←Select platform

Factor Property

Summary

Gets or sets the factor to be applied in the function operation specified in CurveType. This is a dependency property.

Syntax

C#
VB
C++
public double Factor { get; set; } 
  
Public Property Factor As Double 
public: 
property double Factor { 
   double get(); 
   void set (    double ); 
} 

Property Value

The factor to be applied in the function operation specified in CurveType. Default value is 0.

Remarks

This parameter is used only if CurveType is CurveType.Exponential, CurveType.Logarithmic or CurveType.Sigmoid. If CurveType.Exponential or CurveType.Sigmoid is selected its value can be any value (+/-). If CurveType.Logarithmic is selected its value should be >= 0. If Factor = 0, the lookup table will be filled linearly.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly