Condividi tramite


Proprietà GridUnitTypeAttribute.GridUnitType

Ottiene il tipo di unità della griglia.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

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

Valore proprietà

Tipo: GridUnitType
GridUnitType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GridUnitTypeAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor