Share via


GridCellLengthAttribute.GridCellLength, propriété

Obtient la longueur de la cellule.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Double
Longueur de la cellule.

Sécurité .NET Framework

Voir aussi

Référence

GridCellLengthAttribute Classe

Microsoft.VisualStudio.Text.Editor, espace de noms