public int MagentaAngle {get; set;}
public int MagentaAngle {get; set;}
get_MagentaAngle();
set_MagentaAngle(value);
public:
property int MagentaAngle {
int get();
void set ( int value);
}
'Declaration
Public Property MagentaAngle As Integer
'Usage
Dim instance As ColorHalftoneCommand
Dim value As Integer
instance.MagentaAngle = value
value = instance.MagentaAngle
Property Value
Value that represents the magenta 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2