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 Gamma {get; set;}
'Declaration
Public Property Gamma As Integer
'Usage
Dim instance As ColorLevelCommandData Dim value As Integer instance.Gamma = value value = instance.Gamma
public int Gamma {get; set;}
@property (nonatomic, assign) NSUInteger gamma
public int getGamma() public void setGamma(int value)
<br/>get_Gamma();<br/>set_Gamma(value);<br/>Object.defineProperty('Gamma');