Condividi tramite


Proprietà GridCellLengthAttribute.GridCellLength

Ottiene la lunghezza della cella.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Double
Lunghezza della cella.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GridCellLengthAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor