TextViewLayoutChangedEventArgs.HorizontalTranslation 属性

定义

自上次布局后,视图是否水平转换?

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

属性值

Boolean

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

适用于