Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Curve Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > FreeRadialBendCommandBitmapEffect 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 FreeRadialBendCommandBitmapEffect
Dim value() As Integer
 
instance.Curve = value
 
value = instance.Curve
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 internally divided by 1000.

Example

For XAML example, refer to FreeRadialBendCommandBitmapEffect.

For C#/VB examples, refer to FreeRadialBendCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also