Visual Basic (Declaration) | |
---|---|
Public Property BendFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int BendFactor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_BendFactor(); public: __property void set_BendFactor( int value ); |
XAML Attributes Usage | |
---|---|
<object BendFactor =int > |
Dependency Property Information | |
---|---|
Identifier field | BendFactorProperty |
Metadata properties set to true | None |
Return Value
The plane's bending value. The range starts at 100 and increases indefinitely. If BendFactor equals 100 the planes will not be bent.If BendFactor > 100 planes will be bent. The value of this property is internally divided by 100. 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