←Select platform

BallColors Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public [Leadtools.RasterColor[]](../l/rastercolor.html) BallColors {get; set;}
Public Property BallColors As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.html) BallColors {get; set;}
get_BallColors(); 
set_BallColors(value); 
Object.defineProperty('BallColors'); 
public: 
property Leadtools.array<RasterColor>^ BallColors { 
   Leadtools.array<RasterColor>^ get(); 
   void set (    Leadtools.array<RasterColor>^ ); 
} 

Property Value

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

Example

Refer to ColoredBallsCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize