Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Color Property
See Also 
Leadtools.ImageProcessing Namespace > FillCommand Class : Color Property



Specifies the fill color.

Syntax

Visual Basic (Declaration) 
Public Property Color As Color
Visual Basic (Usage)Copy Code
Dim instance As FillCommand
Dim value As Color
 
instance.Color = value
 
value = instance.Color
C# 
public Color Color {get; set;}
C++/CLI 
public:
property Color Color {
   Color get();
   void set (Color value);
}

Return Value

The fill color to use.

Example

For an example, refer to FillCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also