Proprietà GridCellLengthAttribute.GridCellLength
Ottiene la lunghezza della cella.
Spazio dei nomi: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Double
Lunghezza della cella.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.