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 Contrast {get; set;}
'Declaration
Public Property Contrast As Integer
'Usage
Dim instance As HistogramContrastCommand Dim value As Integer instance.Contrast = value value = instance.Contrast
public int Contrast {get; set;}
@property (nonatomic, assign) NSInteger contrast
public int getContrast() public void setContrast(int value)
<br/>get_Contrast();<br/>set_Contrast(value);<br/>Object.defineProperty('Contrast');