Visual Basic (Declaration) | |
---|---|
Public Property FillColor As RasterColor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterColor FillColor {get; set;} |
C++/CLI | |
---|---|
public: property RasterColor FillColor { RasterColor get(); void set (RasterColor value); } |
Return Value
The background fill color.For an example, refer to RotateCommand.
Used to fill any new area created by the rotation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family