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 : BallColors Property |
public RasterColor[] BallColors {get; set;}
'Declaration Public Property BallColors As RasterColor()
'Usage Dim instance As ColoredBallsCommand Dim value() As RasterColor instance.BallColors = value value = instance.BallColors
public RasterColor[] BallColors {get; set;}
get_BallColors();
set_BallColors(value);
Object.defineProperty('BallColors');
public: property array<RasterColor>^ BallColors { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); }