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 Blue {get; set;}
'Declaration
Public Property Blue As Integer
'Usage
Dim instance As ChannelMixerCommandFactor Dim value As Integer instance.Blue = value value = instance.Blue
public int Blue {get; set;}
@property (nonatomic, assign) NSInteger blue
public int getBlue() public void setBlue(int value)
<br/>get_Blue();<br/>set_Blue(value);<br/>Object.defineProperty('Blue');