Gets or sets the background color.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FillColor As RasterColor |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CubismCommand
Dim value As RasterColor
instance.FillColor = value
value = instance.FillColor |
Property Value
Value that represents the background color. This value is ignored if the
CubismCommandFlags.Background flag has been set in the Flags property.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also