Visual Basic (Declaration) | |
---|---|
Public Property Angle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int Angle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_Angle(); public: __property void set_Angle( int value ); |
XAML Attributes Usage | |
---|---|
<object Horizontal =bool > |
Dependency Property Information | |
---|---|
Identifier field | HorizontalProperty |
Metadata properties set to true | None |
Return Value
The angle of slant.For XAML example, refer to ShearCommandBitmapEffect.
For C#/VB examples, refer to ShearCommandBitmapEffect.
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: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003