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 MinimumRange {get; set;}
'Declaration
Public Property MinimumRange As Integer
'Usage
Dim instance As ColorThresholdCommandComponent Dim value As Integer instance.MinimumRange = value value = instance.MinimumRange
public int MinimumRange {get; set;}
@property (nonatomic, assign) NSInteger minimumRange
public int getMinimumRange() public void setMinimumRange(int value)
<br/>get_MinimumRange();<br/>set_MinimumRange(value);<br/>Object.defineProperty('MinimumRange');