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



The background fill color.

Syntax

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

Return Value

The background fill color.

Example

For an example, refer to RotateCommand.

Remarks

Used to fill any new area in the image created by the rotation.

Requirements

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

See Also