Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
Leadtools.ImageProcessing.SpecialEffects Namespace > CloudsCommand Class : BackColor Property |
public RasterColor BackColor {get; set;}
'Declaration Public Property BackColor As RasterColor
'Usage Dim instance As CloudsCommand Dim value As RasterColor instance.BackColor = value value = instance.BackColor
public RasterColor BackColor {get; set;}
get_BackColor();
set_BackColor(value);
Object.defineProperty('BackColor');
public: property RasterColor BackColor { RasterColor get(); void set ( RasterColor value); }