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
Width Property
See Also 
Leadtools.Windows.Media.Effects Namespace > RectangularShutterEffect Class : Width Property



Gets or sets the width of the shutter. This is a dependency property. Supported in Silverlight

Syntax

Visual Basic (Declaration) 
Public Property Width As Double
Visual Basic (Usage)Copy Code
Dim instance As RectangularShutterEffect
Dim value As Double
 
instance.Width = value
 
value = instance.Width
C# 
public double Width {get; set;}
C++/CLI 
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

The width of the shutter. The value is a percentage of the image size. Default value is 0.5.

Example

For XAML example, refer to RectangularShutterEffect.

For C#/VB examples, refer to RectangularShutterEffect.

Remarks

This effect uses the Center, Width and Height properties to construct the shutter area. The area outside the shutter are cleared using the color set in the ClearColor property.

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