![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public RasterColor[] Colors {get; set;}
'Declaration
Public Property Colors As RasterColor()
'Usage
Dim instance As GrayScaleToMultitoneCommand Dim value() As RasterColor instance.Colors = value value = instance.Colors
public RasterColor[] Colors {get; set;}
@property (nonatomic, strong) NSMutableArray<LTRasterColor *> *colors
public RasterColor[] getColors() public void setColors(RasterColor[] value)
<br/>get_Colors();<br/>set_Colors(value);<br/>Object.defineProperty('Colors');
public: property array<RasterColor>^ Colors { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); }