Compartilhar via


Propriedade GridUnitTypeAttribute.GridUnitType

Obtém o tipo de unidade da grade.

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

Sintaxe

'Declaração
Public Property GridUnitType As GridUnitType
public GridUnitType GridUnitType { get; private set; }
public:
property GridUnitType GridUnitType {
    GridUnitType get ();
    private: void set (GridUnitType value);
}
member GridUnitType : GridUnitType with get, private set
function get GridUnitType () : GridUnitType 
private function set GridUnitType (value : GridUnitType)

Valor de propriedade

Tipo: GridUnitType
O GridUnitType.

Segurança do .NET Framework

Consulte também

Referência

GridUnitTypeAttribute Classe

Namespace Microsoft.VisualStudio.Text.Editor