Inesoft PrintCE SDK .NET
PrintCE::FillStyle Property

Pattern of the filling used for printing of rectangles, ellipses and so on.

C# Syntax: FillStyle value = object.FillStyle;
           object.FillStyle =
value;

VB Syntax: Dim value As FillStyle = object.FillStyle
           object.FillStyle =
value

Parameters

value

Set current pattern of the filling, can get one of the below values:
Transparent - solid, Opaque - transparent
(see FillStyle enumerator)

Return Value

value

return current pattern of the filling, can get one of the below values:
Transparent - solid, Opaque - transparent (see FillStyle enumerator)

 


© 2009 Inesoft. All rights reserved.