Gets or sets the value that indicates the color used to fill the background following rotation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FillColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DeskewExtendedCommand
Dim value As Color
instance.FillColor = value
value = instance.FillColor
|
C# | |
---|
public Color FillColor {get; set;} |
Return Value
Value that indicates the color used to fill the background following rotation. This value is used only if DeskewExtendedCommandFlags.FillExposedArea is set in flags.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also