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

The following tables list the members exposed by CircularShutterEffect.

Public Constructors

 NameDescription
public Constructor CircularShutterEffect ConstructorInitializes a new instance of the CircularShutterEffect class. Supported in Silverlight  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) AspectRatioPropertyIdentifies the AspectRatio dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) CenterPropertyIdentifies the Center dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) ClearColorPropertyIdentifies the ClearColor 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) RadiusPropertyIdentifies the Radius dependency property. Supported in Silverlight  
Top

Public Properties

 NameDescription
public Property AspectRatioGets or sets aspect ratio of the shutter. This is a dependency property. Supported in Silverlight  
public Property CanFreeze (Inherited from System.Windows.Freezable)
public Property CenterGets or sets center of the shutter. This is a dependency property. Supported in Silverlight  
public Property ClearColorGets or sets the color to use to clear the area outside the shutter. 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 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 RadiusGets or sets the radius of the shutter. This is a dependency property. Supported in Silverlight  
Top

Protected Properties

Public Methods

Protected Methods

Public Events

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

See Also