LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CurveType Property
See Also 
Leadtools.Windows.Media.Effects Namespace > WindowLevelEffect Class : CurveType Property



Gets or sets a value that specifies how the range is used to fill the LUT and the type of LUT. This is a dependency property. Supported in Silverlight

Syntax

Visual Basic (Declaration) 
Public Property CurveType As CurveType
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelEffect
Dim value As CurveType
 
instance.CurveType = value
 
value = instance.CurveType
C# 
public CurveType CurveType {get; set;}
C++/CLI 
public:
property CurveType CurveType {
   CurveType get();
   void set (    CurveType value);
}

Property Value

An CurveType enumeration member that specifies how the range is used to fill the LUT and the type of LUT. Default value is CurveType.Linear.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also