public int YellowAngle {get; set;}
'Declaration
Public Property YellowAngle As Integer
'Usage
Dim instance As ColorHalftoneCommand
Dim value As Integer
instance.YellowAngle = value
value = instance.YellowAngle
public int YellowAngle {get; set;}
@property (nonatomic, assign) int yellowAngle;
public int getYellowAngle()
public void setYellowAngle(int value)
get_YellowAngle();
set_YellowAngle(value);
Object.defineProperty('YellowAngle');
public:
property int YellowAngle {
int get();
void set ( int value);
}
Property Value
Value that represents the yellow screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.