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 Intensity {get; set;}
'Declaration
Public Property Intensity As Integer
'Usage
Dim instance As ContrastBrightnessIntensityCommand Dim value As Integer instance.Intensity = value value = instance.Intensity
public int Intensity {get; set;}
@property (nonatomic, assign) NSInteger intensity
public int getIntensity() public void setIntensity(int value)
<br/>get_Intensity();<br/>set_Intensity(value);<br/>Object.defineProperty('Intensity');