LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

GrayTexture Property

Show in webframe





Gets or sets the gray texture to use with this effect. This is a dependency property.
Syntax
public Brush GrayTexture {get; set;}
'Declaration
 
Public Property GrayTexture As Brush
'Usage
 
Dim instance As WindowLevelEffect
Dim value As Brush
 
instance.GrayTexture = value
 
value = instance.GrayTexture

            

            
public:
property Brush^ GrayTexture {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

A System.Windows.Media.Brush that specifies the gray texture to use with this effect. Default value is null (Nothing in Visual Basic).
Remarks

You don't usually provide the gray texture manually. Instead, use the WindowLevelEffect(RasterImage image) or FillGrayTexture methods to create the texture from a LEADTOOLS Leadtools.RasterImage.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.