Visual Basic (Declaration) | |
---|---|
Public Property PlaneOffset As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PlaneOffset {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_PlaneOffset(); public: __property void set_PlaneOffset( int value ); |
XAML Attributes Usage | |
---|---|
<object PlaneOffset =int > |
Dependency Property Information | |
---|---|
Identifier field | PlaneOffsetProperty |
Metadata properties set to true | None |
Return Value
Distance between the parallel planes. This property only accepts positive values.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