Visual Basic (Declaration) | |
---|---|
Public Property Curve As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int[] Curve {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int[]* get_Curve(); public: __property void set_Curve( int[]* value ); |
C++/CLI | |
---|---|
public: property array<int>^ Curve { array<int>^ get(); void set (intarray<value>^ value); } |
XAML | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Curve =int > |
Dependency 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 internally divided by 1000.For XAML example, refer to FreeRadialBendCommandBitmapEffect.
For C#/VB examples, refer to FreeRadialBendCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003