TextViewLayoutChangedEventArgs.VerticalTranslation 属性

定义

自上次布局后,视图是否垂直转换?

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

属性值

Boolean

如果视图在上次布局后垂直转换,则为 true; 否则为 false。

适用于