The C1SpanView type exposes the following members.

Constructors

  Name Description
Public method C1SpanView
Constructs a new C1SpanView.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Children
Gets the collection of children for this view.
(Inherited from C1TextElementView.)
Public property Content
Gets the innermost view that is associated with the same C1TextElement as this view.
(Inherited from C1TextElementView.)
Public property DesiredSize
Gets the resulting size of the last measure of this view.
(Inherited from C1TextElementView.)
Public property Element
Gets the C1TextElement associated with this C1TextElementView.
(Inherited from C1TextElementView.)
Public property Origin
Gets the origin of this view.
(Inherited from C1TextElementView.)
Public property Parent
Gets the parent of this C1TextElementView, or null if this is the root of the tree.
(Inherited from C1TextElementView.)
Public property RelativeOrigin
Gets the origin of this view relative to its parent.
(Inherited from C1TextElementView.)
Public property ViewManager
Gets the C1RichTextViewManager associated with this C1TextElementView.
(Inherited from C1TextElementView.)

See Also