TextViewLayoutChangedEventArgs.HorizontalTranslation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.