Partager via


GridCellLengthAttribute, constructeur

Initialise une nouvelle instance d'GridCellLengthAttribute.

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

Syntaxe

'Déclaration
Public Sub New ( _
    cellLength As Double _
)
public GridCellLengthAttribute(
    double cellLength
)
public:
GridCellLengthAttribute(
    double cellLength
)
new : 
        cellLength:float -> GridCellLengthAttribute
public function GridCellLengthAttribute(
    cellLength : double
)

Paramètres

  • cellLength
    Type : Double

    Longueur de la cellule.

Sécurité .NET Framework

Voir aussi

Référence

GridCellLengthAttribute Classe

Microsoft.VisualStudio.Text.Editor, espace de noms