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 ColorReplaceCommandColor[] Colors {get; set;}
'Declaration
Public Property Colors As ColorReplaceCommandColor()
'Usage
Dim instance As ColorReplaceCommand Dim value() As ColorReplaceCommandColor instance.Colors = value value = instance.Colors
public ColorReplaceCommandColor[] 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 array<ColorReplaceCommandColor^>^ Colors { array<ColorReplaceCommandColor^>^ get(); void set ( array<ColorReplaceCommandColor^>^ value); }