TextViewLayoutChangedEventArgs.VerticalTranslation 属性

确定视图是否垂直在上次布局后平移。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Public ReadOnly Property VerticalTranslation As Boolean
public bool VerticalTranslation { get; }
public:
property bool VerticalTranslation {
    bool get ();
}
member VerticalTranslation : bool with get
function get VerticalTranslation () : boolean

属性值

类型:Boolean
true ,如果该视图垂直在上次布局稍后将转换为; 否则为 false。

.NET Framework 安全性

请参阅

参考

TextViewLayoutChangedEventArgs 类

Microsoft.VisualStudio.Text.Editor 命名空间