C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.
public ColorReplaceCommandColor[] Colors { get; set; }
Public Property Colors As Leadtools.Imageprocessing.Color.ColorReplaceCommandColor()
public [Leadtools.Imageprocessing.Color.ColorReplaceCommandColor[]](colorreplacecommandcolor.md) Colors {get; set;}
@property (nonatomic, strong) NSMutableArray<LTColorReplaceCommandColor *> *colors
public ColorReplaceCommandColor[] getColors()
public void setColors(ColorReplaceCommandColor[] value)
<br/>get_Colors();<br/>set_Colors(value);<br/>Object.defineProperty('Colors');
public:
property Leadtools.Imageprocessing.Color.array<ColorReplaceCommandColor^>^ Colors {
Leadtools.Imageprocessing.Color.array<ColorReplaceCommandColor^>^ get();
void set ( Leadtools.Imageprocessing.Color.array<ColorReplaceCommandColor^>^ );
}
An array of ColorReplaceCommandColor classes that provides information about the replacement colors used by this class.
Refer to ColorReplaceCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET