Click or drag to resize
Sandcastle Help File BuilderEntityReferencesControlAllowAnimatedGif Property
This is used to enable or disable the animated GIF behavior

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public bool AllowAnimatedGif { get; set; }

Property Value

Type: Boolean
Remarks
This is a hack to work around a problem when the control is hosted in a Windows Forms application via a HostElement. If set in the XAML, it causes an exception related to the CurrentFrameIndex property already being registered. By only enabling it at runtime, it works around the problem.
See Also