TextViewLayoutChangedEventArgs.VerticalTranslation Property

Definition

Has the view translated vertically since the last layout?

public:
 property bool VerticalTranslation { bool get(); };
public:
 property bool VerticalTranslation { bool get(); };
public bool VerticalTranslation { get; }
member this.VerticalTranslation : bool
Public ReadOnly Property VerticalTranslation As Boolean

Property Value

true if the view was translated vertically after the last layout, otherwise false.

Applies to