Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Curve Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > FreePlaneBendCommandBitmapEffect Class : Curve Property





Gets or sets an array of integers that represent surface shape values.

Syntax

Visual Basic (Declaration) 
Public Property Curve As Integer()
Visual Basic (Usage)Copy Code
Dim instance As FreePlaneBendCommandBitmapEffect
Dim value() As Integer
 
instance.Curve = value
 
value = instance.Curve
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 divided internally by 1000.

Example

For XAML example, refer to FreePlaneBendCommandBitmapEffect.

For C#/VB examples, refer to FreePlaneBendCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also