Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
PyramidAngle Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PlaneCommandBitmapEffect Class : PyramidAngle Property





Gets or sets the view angle, off the Z-axis.

Syntax

Visual Basic (Declaration) 
Public Property PyramidAngle As Integer
Visual Basic (Usage)Copy Code
Dim instance As PlaneCommandBitmapEffect
Dim value As Integer
 
instance.PyramidAngle = value
 
value = instance.PyramidAngle
C# 
public int PyramidAngle {get; set;}
C++/CLI 
public:
property int PyramidAngle {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object PyramidAngle =int >

Dependencies Property Information 

Identifier field

PyramidAngleProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object PyramidAngle =int >

Dependencies 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.

Example

For XAML example, refer to PlaneBendCommandBitmapEffect.

For C#/VB examples, refer to PlaneBendCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also