Span Constructor
.NET Framework 4
Initializes a new instance of the Span class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Span() | Initializes a new, empty instance of the Span class. |
|
Span(Inline) | Initializes a new instance of the Span class with the specified Inline object as the initial contents. |
|
Span(Inline, TextPointer) | Initializes a new instance of the Span class, taking a specified Inline object as the initial contents of the new Span, and a TextPointer that specifies an insertion position for the new Inline element. |
|
Span(TextPointer, TextPointer) | Initializes a new instance of the Span class, taking two TextPointer objects that indicate the beginning and end of a selection of content that the new Span will contain. |