C#
VB
C++
Gets or sets the background fill color.
[DataMemberAttribute(Name="FillColor", IsRequired=true)]
public string FillColor { get; set; }
<DataMemberAttribute(Name="FillColor", IsRequired=True)>
Public Property FillColor As String
[DataMemberAttribute(Name="FillColor", IsRequired=true)]
public:
property String^ FillColor {
String^ get();
void set ( String^ );
}
The background fill color.
Used to fill any new area created by the rotation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET