CharacterRange::Length Property

 

Gets or sets the number of positions in this CharacterRange.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property int Length {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of positions in this CharacterRange.

.NET Framework
Available since 1.1
Return to top
Show: