Initializes a new C1RangeStyle object.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public C1RangeStyle(
	C1TextRange range,
	C1TextElementStyle style
)
Visual Basic
Public Sub New ( _
	range As C1TextRange, _
	style As C1TextElementStyle _
)

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
The value to initialize the Range property.
style
Type: C1.Phone.RichTextBox.Documents..::..C1TextElementStyle
The value to initialize the Style property.

See Also