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 int Cyan {get; set;}
'Declaration
Public Property Cyan As Integer
'Usage
Dim instance As SelectiveColorCommandData Dim value As Integer instance.Cyan = value value = instance.Cyan
public int Cyan {get; set;}
@property (nonatomic, assign) char cyan
public int getCyan() public void setCyan(int value)
<br/>get_Cyan();<br/>set_Cyan(value);<br/>Object.defineProperty('Cyan');