Gets or sets the background fill color.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FillBackgroundColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
instance.FillBackgroundColor = value
value = instance.FillBackgroundColor
|
C# | |
---|
public Color FillBackgroundColor {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Color get_FillBackgroundColor();
public: __property void set_FillBackgroundColor(
Color value
); |
Return Value
A Color value indicating the background fill color.
Example
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