LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

GrayTexture Property






Gets or sets the gray texture to use with this effect. This is a dependency property. .NET support Silverlight support
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
ObjectiveC Syntax
Java Syntax
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.