Share via


InterLineAdornmentTag.IsAnimating Property

Definition

Indicates whether or not the tag's height is currently being animated.

public bool IsAnimating { get; set; }
member this.IsAnimating : bool with get, set
Public Property IsAnimating As Boolean

Property Value

Remarks

If true, which is the default, the containing view will automatically do a layout that preserves the location of the line containing the tag when the tag's Height property is changed. If false, no layout will be done automatically.

Applies to