Click or drag to resize
Sandcastle Help File BuilderSupportAnimatedGIFBehavior Class
Exposes an attached behavior that can be used to animate GIF images in image controls
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.WPF.BehaviorsSupportAnimatedGIFBehavior

Namespace: SandcastleBuilder.WPF.Behaviors
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static class SupportAnimatedGIFBehavior

The SupportAnimatedGIFBehavior type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSupportAnimatedGif
Gets the property value
Public methodStatic memberSetSupportAnimatedGif
Sets the property value
Top
Fields
  NameDescription
Public fieldStatic memberSupportAnimatedGifProperty
This defines the SupportAnimatedGif attached property.
Top
Attached Properties
  NameDescription
Public attached propertySupportAnimatedGif
This attached property indicates whether or not the image control supports animated GIF images. If it does, animation will be enabled in GIF images containing animations.
Top
See Also