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
WindowLevelEffect Class Members
See Also  Fields  Properties  Methods  Events
Leadtools.Windows.Media.Effects Namespace : WindowLevelEffect Class

The following tables list the members exposed by WindowLevelEffect.

Public Constructors

 NameDescription
public Constructor WindowLevelEffect ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) CurveTypePropertyIdentifies the CurveType dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) EndPropertyIdentifies the End dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) FactorPropertyIdentifies the Factor dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) GrayTexturePropertyIdentifies the GrayTexture dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) InputPropertyIdentifies the Input dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) StartPropertyIdentifies the Start dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) WindowCenterPropertyIdentifies the WindowCenter dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) WindowWidthPropertyIdentifies the WindowWidth dependency property. Supported in Silverlight  
Top

Public Properties

 NameDescription
public Property CanFreeze (Inherited from System.Windows.Freezable)
public Property CurveTypeGets 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  
public Property DependencyObjectType (Inherited from System.Windows.DependencyObject)
public Property Dispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public Property EndGets or sets the ending color value for the gradient. This is a dependency property. Supported in Silverlight  
public Property FactorGets or sets the factor to be applied in the function operation specified in CurveType. This is a dependency property. Supported in Silverlight  
public Property GrayTextureGets or sets the gray texture to use with this effect. This is a dependency property. Supported in Silverlight  
public Property HasAnimatedProperties (Inherited from System.Windows.Media.Animation.Animatable)
public Property InputGets or sets an optional brush that represents the result of this effect. This is a dependency property. Supported in Silverlight  
public Property IsFrozen (Inherited from System.Windows.Freezable)
public Property IsSealed (Inherited from System.Windows.DependencyObject)
public Property StartGets or sets the starting color value for the gradient. This is a dependency property. Supported in Silverlight  
public Property WindowCenterGets or sets the center of the window used in this effect. This is a dependency property. Supported in Silverlight  
public Property WindowWidthGets or sets the width of the window used in this effect. This is a dependency property. Supported in Silverlight  
Top

Protected Properties

Public Methods

 NameDescription
public Method ApplyAnimationClockOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
public Method BeginAnimationOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
public Method ClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public Method Clone (Inherited from System.Windows.Media.Effects.ShaderEffect)
public Method CloneCurrentValue (Inherited from System.Windows.Media.Effects.ShaderEffect)
public Method CoerceValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic) CreateGrayTextureHelper method to create the grayscale brush required by this effect from a LEADTOOLS Leadtools.RasterImage. Supported in Silverlight  
public Method FillGrayTextureInitializes the GrayTexture property of this effect from the specified Leadtools.RasterImage. Supported in Silverlight  
public Method Freeze (Inherited from System.Windows.Freezable)
public Method GetAnimationBaseValue (Inherited from System.Windows.Media.Animation.Animatable)
public Method GetAsFrozen (Inherited from System.Windows.Freezable)
public Method GetCurrentValueAsFrozen (Inherited from System.Windows.Freezable)
public Method GetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public Method GetValue (Inherited from System.Windows.DependencyObject)
public Method InvalidateProperty (Inherited from System.Windows.DependencyObject)
public Method ReadLocalValue (Inherited from System.Windows.DependencyObject)
public Method SetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

Public Events

 NameDescription
public Event Changed (Inherited from System.Windows.Freezable)
Top

See Also