Gets or sets the background color to use if both
ForceSize and
MaintainAspectRatio are true.
Syntax
Visual Basic (Declaration) | |
---|
Public Property BackColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsThumbnailOptions
Dim value As Color
instance.BackColor = value
value = instance.BackColor
|
C# | |
---|
public Color BackColor {get; set;} |
Return Value
The background color to use.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also