Compartilhar via


Propriedade GridCellLengthAttribute.GridCellLength

Obtém o comprimento da célula.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Double
O comprimento da célula.

Segurança do .NET Framework

Consulte também

Referência

GridCellLengthAttribute Classe

Namespace Microsoft.VisualStudio.Text.Editor