C#
VB
WinRT C#
C++
Specifies which color to use to fill the areas outside the cloud.
public RasterColor BackColor { get; set; }
Public Property BackColor As Leadtools.RasterColor
public Leadtools.RasterColor BackColor {get; set;}
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
public:
property Leadtools.RasterColor BackColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A Leadtools.RasterColor that represents which color to use to fill the areas outside the cloud.
Refer to the CloudsCommand example.
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