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 ColorLevelCommandData Red {get; set;}
'Declaration
Public Property Red As ColorLevelCommandData
'Usage
Dim instance As ColorLevelCommand Dim value As ColorLevelCommandData instance.Red = value value = instance.Red
public ColorLevelCommandData Red {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *red
public ColorLevelCommandData getRed() public void setRed(ColorLevelCommandData value)
<br/>get_Red();<br/>set_Red(value);<br/>Object.defineProperty('Red');
public: property ColorLevelCommandData^ Red { ColorLevelCommandData^ get(); void set ( ColorLevelCommandData^ value); }