Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Show in webframe

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.
Syntax
public CurveType CurveType {get; set;}
'Declaration
 
Public Property CurveType As CurveType
'Usage
 
Dim instance As WindowLevelEffect
Dim value As CurveType
 
instance.CurveType = value
 
value = instance.CurveType

            

            
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

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

Error processing SSI file