Proprietà UnicodeCharacterRange.First
Aggiornamento: novembre 2007
Ottiene o imposta il carattere iniziale di questo intervallo.
Spazio dei nomi: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Sintassi
'Dichiarazione
Public Property First As Char
'Utilizzo
Dim instance As UnicodeCharacterRange
Dim value As Char
value = instance.First
instance.First = value
public char First { get; set; }
public:
property wchar_t First {
wchar_t get ();
void set (wchar_t value);
}
/** @property */
public char get_First()
/** @property */
public void set_First(char value)
public function get First () : char
public function set First (value : char)
Valore proprietà
Tipo: System.Char
Carattere iniziale di questo intervallo.
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0