| SupportAnimatedGIFBehaviorGetSupportAnimatedGif Method |
Gets the property value
Namespace: SandcastleBuilder.WPF.BehaviorsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static bool GetSupportAnimatedGif(
Image image
)
Public Shared Function GetSupportAnimatedGif (
image As Image
) As Boolean
public:
static bool GetSupportAnimatedGif(
Image^ image
)
static member GetSupportAnimatedGif :
image : Image -> bool
Parameters
- image
- Type: System.Windows.ControlsImage
The image control
Return Value
Type:
BooleanThe property value
See Also