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.Refer to Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommand example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7