| Visual Basic (Declaration) | |
|---|---|
Public Property Angle As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ShearCommand Dim value As Integer instance.Angle = value value = instance.Angle | |
| C# | |
|---|---|
public int Angle {get; set;} | |
Property Value
The angle of slant.For an example, refer to ShearCommand.
Positive values are for clockwise angles; negative values are for counterclockwise angles. The angle is expressed in hundredths of degrees, with a limit of 4500 (45 degrees).
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code