UnicodeCharacterRange.Length, propriété
Mise à jour : November 2007
Obtient ou définit le nombre de caractères qui suivent le caractère initial.
Espace de noms : System.Windows.Ink
Assembly : IAWinFX (dans IAWinFX.dll)
Syntaxe
'Déclaration
Public Property Length As Integer
'Utilisation
Dim instance As UnicodeCharacterRange
Dim value As Integer
value = instance.Length
instance.Length = value
public int Length { get; set; }
public:
property int Length {
int get ();
void set (int value);
}
/** @property */
public int get_Length()
/** @property */
public void set_Length(int value)
public function get Length () : int
public function set Length (value : int)
Valeur de propriété
Type : System.Int32
Nombre de caractères qui suivent le caractère initial.
Notes
Le caractère initial ajouté à la longueur de plage est égal à la plage entière.
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0