Freigeben über


GridCellLengthAttribute.GridCellLength-Eigenschaft

Ruft die Länge der Zelle ab.

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

Syntax

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

Eigenschaftswert

Typ: Double
Die Länge der Zelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

GridCellLengthAttribute Klasse

Microsoft.VisualStudio.Text.Editor-Namespace