_Font.Animation Property

Returns or sets the type of animation applied to the font.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Animation As WdAnimation
    Get
    Set
'Usage
Dim instance As _Font
Dim value As WdAnimation

value = instance.Animation

instance.Animation = value
WdAnimation Animation { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdAnimation

Remarks

WdAnimation can be one of the following constants:

wdAnimationBlinkingBackground

wdAnimationLasVegasLights

wdAnimationMarchingRedAnts

wdAnimationShimmer

wdAnimationMarchingBlackAnts

wdAnimationNone

wdAnimationSparkleText

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace