ComponentOne RichTextBox for WPF and Silverlight
C1RangeStyle Constructor(C1TextRange,C1TextElementStyle)

C1.WPF.RichTextBox Namespace > C1RangeStyle Class > C1RangeStyle Constructor : C1RangeStyle Constructor(C1TextRange,C1TextElementStyle)
The value to initialize the Range property.
The value to initialize the Style property.
Initializes a new C1RangeStyle object.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As C1TextRange, _
   ByVal style As C1TextElementStyle _
)
public C1RangeStyle( 
   C1TextRange range,
   C1TextElementStyle style
)

Parameters

range
The value to initialize the Range property.
style
The value to initialize the Style property.
See Also

Reference

C1RangeStyle Class
C1RangeStyle Members
Overload List