TextViewLayoutChangedEventArgs.HorizontalTranslation Property

Definition

Has the view translated horizontally since the last layout?

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

Property Value

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

Applies to