C#
VB
WinRT C#
C++
Specifies which color to use as the fill color for the cloud.
public RasterColor CloudsColor { get; set; }
Public Property CloudsColor As Leadtools.RasterColor
public Leadtools.RasterColor CloudsColor {get; set;}
get_CloudsColor();
set_CloudsColor(value);
Object.defineProperty('CloudsColor');
public:
property Leadtools.RasterColor CloudsColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
A Leadtools.RasterColor that represents the color with which to fill 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