←Select platform

CurveType Property

Summary

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
C#
VB
C++
public CurveType CurveType { get; set; } 
  
Public Property CurveType As CurveType 
public: 
property CurveType CurveType { 
   CurveType get(); 
   void set (    CurveType ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly