Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
BallColors Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > ColoredBallsCommandBitmapEffect Class : BallColors Property




Gets or sets the array of Color structures that contains the ball colors used by this class object.

Syntax

Visual Basic (Declaration) 
Public Property BallColors As Color()
Visual Basic (Usage)Copy Code
Dim instance As ColoredBallsCommandBitmapEffect
Dim value() As Color
 
instance.BallColors = value
 
value = instance.BallColors
C# 
public Color[] BallColors {get; set;}
Managed Extensions for C++ 
public: __property Color[] get_BallColors();
public: __property void set_BallColors( 
   Color[] value
);
C++/CLI 
public:
property array<Color> BallColors {
   array<Color> get();
   void set (Colorarray<value> value);
}

Return Value

Array of Color structures that contains the ball colors used by this class object.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also