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





Gets or sets the distance between the parallel planes.

Syntax

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

<object PlaneOffset =int >

Dependencies Property Information 

Identifier field

PlaneOffsetProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object PlaneOffset =int >

Dependencies Property Information 

Identifier field

PlaneOffsetProperty

Metadata properties set to true

None

Return Value

Distance between the parallel planes. This property only accepts positive values.

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