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 BlueFactor {get; set;}
'Declaration
Public Property BlueFactor As Integer
'Usage
Dim instance As GrayScaleExtendedCommand Dim value As Integer instance.BlueFactor = value value = instance.BlueFactor
public int BlueFactor {get; set;}
@property (nonatomic, assign) NSInteger blueFactor
public int getBlueFactor() public void setBlueFactor(int value)
<br/>get_BlueFactor();<br/>set_BlueFactor(value);<br/>Object.defineProperty('BlueFactor');