CharacterRange::First Property

 

Gets or sets the position in the string of the first character of this CharacterRange.

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

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

Property Value

Type: System::Int32

The first position of this CharacterRange.

.NET Framework
Available since 1.1
Return to top
Show: