Compartilhar via


Construtor GridCellLengthAttribute

Inicializa uma nova instância de GridCellLengthAttribute.

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

Sintaxe

'Declaração
Public Sub New ( _
    cellLength As Double _
)
public GridCellLengthAttribute(
    double cellLength
)
public:
GridCellLengthAttribute(
    double cellLength
)
new : 
        cellLength:float -> GridCellLengthAttribute
public function GridCellLengthAttribute(
    cellLength : double
)

Parâmetros

  • cellLength
    Tipo: Double

    O comprimento da célula.

Segurança do .NET Framework

Consulte também

Referência

GridCellLengthAttribute Classe

Namespace Microsoft.VisualStudio.Text.Editor