Visual Basic (Declaration) | |
---|---|
Public Property PyramidAngle As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PyramidAngle {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_PyramidAngle(); public: __property void set_PyramidAngle( int value ); |
XAML Attributes Usage | |
---|---|
<object PyramidAngle =int > |
Dependency Property Information | |
---|---|
Identifier field | PyramidAngleProperty |
Metadata properties set to true | None |
Return Value
The view angle, off the Z-axis. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000.For XAML example, refer to PlaneBendCommandBitmapEffect.
For C#/VB examples, refer to PlaneBendCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003