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


GridCellLengthAttribute.GridCellLength - свойство

Получает длину ячейки.

Пространство имен:  Microsoft.VisualStudio.Text.Editor
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
Public Property GridCellLength As Double
public double GridCellLength { get; private set; }
public:
property double GridCellLength {
    double get ();
    private: void set (double value);
}
member GridCellLength : float with get, private set
function get GridCellLength () : double 
private function set GridCellLength (value : double)

Значение свойства

Тип: Double
Длина ячейки.

Безопасность платформы .NET Framework

См. также

Ссылки

GridCellLengthAttribute Класс

Microsoft.VisualStudio.Text.Editor - пространство имен