Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Show in webframe

Center Property (RectangularShutterEffect)






Gets or sets center of the shutter. This is a dependency property.
Syntax
public Point Center {get; set;}
'Declaration
 
Public Property Center As Point
'Usage
 
Dim instance As RectangularShutterEffect
Dim value As Point
 
instance.Center = value
 
value = instance.Center

            

            
public:
property Point Center {
   Point get();
   void set (    Point value);
}

Property Value

The center of the shutter. The valus is a percentage of the image size. Default value is 0.5, 0.5.
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.

Example

For XAML example, refer to RectangularShutterEffect.

For C#/VB examples, refer to RectangularShutterEffect.

Requirements

Target Platforms

See Also

Reference

RectangularShutterEffect Class
RectangularShutterEffect Members

Error processing SSI file