Share via


UnicodeCharacterRange.Length Property

Gets or sets the number of characters that follow the starting character.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in microsoft.ink.analysis.dll)

Syntax

'Declaration
Public Property Length As Integer
'Usage
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)
Not applicable.

Property Value

The number of characters that follow the starting character.

Remarks

The starting character plus the range length, equals the entire range.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

UnicodeCharacterRange Class
UnicodeCharacterRange Members
Microsoft.Ink Namespace