Visual Basic (Declaration) | |
---|---|
Public Property Curve As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int[] Curve {get; set;} |
C++/CLI | |
---|---|
public: property array<int>^ Curve { array<int>^ get(); void set (intarray<value>^ value); } |
XAML Syntax | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Curve =int > |
Dependencies Property Information | |
---|---|
Identifier field | CurveProperty |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Curve =int > |
Dependencies Property Information | |
---|---|
Identifier field | CurveProperty |
Metadata properties set to true | None |
Return Value
Array of integers that represent surface shape values. Valid values for each element in the Curve array range between –1000 and 1000. Positive values mean the curve is concave in and negative values mean the curve is concave out. The values in this array are divided internally by 1000.For XAML example, refer to FreePlaneBendCommandBitmapEffect.
For C#/VB examples, refer to FreePlaneBendCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family