TextViewLayoutChangedEventArgs.VerticalTranslation 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 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.