Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property array<Color>^ BallColors {
   array<Color>^ get();
   void set (Colorarray<value>^ value);
}
XAML Syntax 
cannot be used in XAML directly.Instead use x:Array Markup Extension.
XAML Attributes Usage 

<object BallColors =Color >

Dependencies Property Information 

Identifier field

BallColorsProperty

Metadata properties set to true

None

XAML Syntax 
cannot be used in XAML directly.Instead use x:Array Markup Extension.
XAML Attributes Usage 

<object BallColors =Color >

Dependencies Property Information 

Identifier field

BallColorsProperty

Metadata properties set to true

None

Return Value

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

Example

For XAML example, refer to ColoredBallsCommandBitmapEffect.

For C#/VB examples, refer to ColoredBallsCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also