| SupportAnimatedGIFBehaviorSetSupportAnimatedGif Method |
Sets the property value
Namespace: SandcastleBuilder.WPF.BehaviorsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static void SetSupportAnimatedGif(
Image image,
bool value
)
Public Shared Sub SetSupportAnimatedGif (
image As Image,
value As Boolean
)
public:
static void SetSupportAnimatedGif(
Image^ image,
bool value
)
static member SetSupportAnimatedGif :
image : Image *
value : bool -> unit
Parameters
- image
- Type: System.Windows.ControlsImage
The image control - value
- Type: SystemBoolean
The new value
See Also