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 MinimumOutput {get; set;}
'Declaration
Public Property MinimumOutput As Integer
'Usage
Dim instance As ColorLevelCommandData Dim value As Integer instance.MinimumOutput = value value = instance.MinimumOutput
public int MinimumOutput {get; set;}
@property (nonatomic, assign) NSInteger minimumOutput
public int getMinimumOutput() public void setMinimumOutput(int value)
<br/>get_MinimumOutput();<br/>set_MinimumOutput(value);<br/>Object.defineProperty('MinimumOutput');