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 AngleB {get; set;}
'Declaration
Public Property AngleB As Integer
'Usage
Dim instance As AdjustTintCommand Dim value As Integer instance.AngleB = value value = instance.AngleB
public int AngleB {get; set;}
@property (nonatomic, assign) NSInteger angleB
public int getAngleB() public void setAngleB(int value)
<br/>get_AngleB();<br/>set_AngleB(value);<br/>Object.defineProperty('AngleB');