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 Blue {get; set;}
'Declaration
Public Property Blue As ColorLevelCommandData
'Usage
Dim instance As ColorLevelCommand Dim value As ColorLevelCommandData instance.Blue = value value = instance.Blue
public ColorLevelCommandData Blue {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *blue
public ColorLevelCommandData getBlue() public void setBlue(ColorLevelCommandData value)
<br/>get_Blue();<br/>set_Blue(value);<br/>Object.defineProperty('Blue');
public: property ColorLevelCommandData^ Blue { ColorLevelCommandData^ get(); void set ( ColorLevelCommandData^ value); }