Inesoft
PrintCE SDK .NET |
C# Syntax: FillStyle value = object.FillStyle;
object.FillStyle = value;
VB Syntax: Dim value As FillStyle = object.FillStyle
object.FillStyle = valueParameters
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.