LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BallColors Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > ColoredBallsCommand Class : BallColors Property



Gets or sets the array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.

Syntax

Visual Basic (Declaration) 
Public Property BallColors As RasterColor()
Visual Basic (Usage)Copy Code
Dim instance As ColoredBallsCommand
Dim value() As RasterColor
 
instance.BallColors = value
 
value = instance.BallColors
C# 
public RasterColor[] BallColors {get; set;}
C++/CLI 
public:
property array<RasterColor>^ BallColors {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

Property Value

Array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also