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 Change {get; set;}
'Declaration
Public Property Change As Integer
'Usage
Dim instance As ChangeSaturationCommand Dim value As Integer instance.Change = value value = instance.Change
public int Change {get; set;}
@property (nonatomic, assign) NSInteger change
public int getChange() public void setChange(int value)
<br/>get_Change();<br/>set_Change(value);<br/>Object.defineProperty('Change');