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 Black {get; set;}
'Declaration
Public Property Black As Integer
'Usage
Dim instance As SelectiveColorCommandData Dim value As Integer instance.Black = value value = instance.Black
public int Black {get; set;}
@property (nonatomic, assign) char black
public int getBlack() public void setBlack(int value)
<br/>get_Black();<br/>set_Black(value);<br/>Object.defineProperty('Black');