Gets or sets the angular amount to change the A angle on which the filter is applied.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property AngleA As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AdjustTintCommand
Dim value As Integer
instance.AngleA = value
value = instance.AngleA |
C# | |
---|
public int AngleA {get; set;} |
C++/CLI | |
---|
public:
property int AngleA {
int get();
void set ( int value);
} |
Property Value
Value that represents the amount of change in the A angle, in hundredths of degrees. Valid values range between -18000 and 18000.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also