←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 RasterColor[] BallColors { get; set; } 
  
Public Property BallColors As Leadtools.RasterColor() 
public [Leadtools.RasterColor[]](../l/rastercolor.md) 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly