| EntityReferencesControlAllowAnimatedGif Property |
This is used to enable or disable the animated GIF behavior
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public bool AllowAnimatedGif { get; set; }
Public Property AllowAnimatedGif As Boolean
Get
Set
public:
property bool AllowAnimatedGif {
bool get ();
void set (bool value);
}
member AllowAnimatedGif : bool with get, set
Property Value
Type:
BooleanRemarks 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