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 |
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
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