GridUnitTypeAttribute.GridUnitType 属性

获取网格单位类型。

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

语法

声明
Public Property GridUnitType As GridUnitType
public GridUnitType GridUnitType { get; private set; }
public:
property GridUnitType GridUnitType {
    GridUnitType get ();
    private: void set (GridUnitType value);
}
member GridUnitType : GridUnitType with get, private set
function get GridUnitType () : GridUnitType 
private function set GridUnitType (value : GridUnitType)

属性值

类型:GridUnitType
GridUnitType

.NET Framework 安全性

请参阅

参考

GridUnitTypeAttribute 类

Microsoft.VisualStudio.Text.Editor 命名空间