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 Green {get; set;}
'Declaration
Public Property Green As Integer
'Usage
Dim instance As ChannelMixerCommandFactor Dim value As Integer instance.Green = value value = instance.Green
public int Green {get; set;}
@property (nonatomic, assign) NSInteger green
public int getGreen() public void setGreen(int value)
<br/>get_Green();<br/>set_Green(value);<br/>Object.defineProperty('Green');