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 RedFactor {get; set;}
'Declaration
Public Property RedFactor As Integer
'Usage
Dim instance As GrayScaleExtendedCommand Dim value As Integer instance.RedFactor = value value = instance.RedFactor
public int RedFactor {get; set;}
@property (nonatomic, assign) NSInteger redFactor
public int getRedFactor() public void setRedFactor(int value)
<br/>get_RedFactor();<br/>set_RedFactor(value);<br/>Object.defineProperty('RedFactor');