Поделиться через


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 - пространство имен