Gets or sets 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 DeskewActivity
Dim value As Color
instance.FillColor = value
value = instance.FillColor
|
C# | |
---|
public Color FillColor {get; set;} |
Return Value
Color used to fill the background following rotation. This is used only if
BackgroundOptions.FillExposedArea is set in the Flags property.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also