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 > ColoredBallsCommand Class : BackGroundColor Property |
public RasterColor BackGroundColor {get; set;}
'Declaration Public Property BackGroundColor As RasterColor
'Usage Dim instance As ColoredBallsCommand Dim value As RasterColor instance.BackGroundColor = value value = instance.BackGroundColor
public RasterColor BackGroundColor {get; set;}
get_BackGroundColor();
set_BackGroundColor(value);
Object.defineProperty('BackGroundColor');
public: property RasterColor BackGroundColor { RasterColor get(); void set ( RasterColor value); }