Visual Basic (Declaration) | |
---|---|
Public Property BendFactor As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int BendFactor {get; set;} |
XAML Attributes Usage | |
---|---|
<object BendFactor =int > |
Dependencies Property Information | |
---|---|
Identifier field | BendFactorProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object BendFactor =int > |
Dependencies 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, Windows Server 2008 family