Inesoft PrintCE SDK .NET
PrintCE::FillColor Property

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

C# Syntax: Color value = object.FillColor;
           object.FillColor =
value;

VB Syntax: Dim value As Colour = object.FillColor
           object.FillColor =
value

Parameters

value

Set current Colour of the filling

Return Value

value

return current Colour of the filling

 


© 2009 Inesoft. All rights reserved.