The C1TextElementView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1TextElementView |
Constructs a new C1TextElementView.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Children |
Gets the collection of children for this view.
|
|
|
Content |
Gets the innermost view that is associated with the same C1TextElement as this view.
|
|
|
DesiredSize |
Gets the resulting size of the last measure of this view.
|
|
|
Element |
Gets the C1TextElement associated with this C1TextElementView.
|
|
|
Origin |
Gets the origin of this view.
|
|
|
Parent |
Gets the parent of this C1TextElementView, or null if this is the root of the tree.
|
|
|
RelativeOrigin |
Gets the origin of this view relative to its parent.
|
|
|
ViewManager |
Gets the C1RichTextViewManager associated with this C1TextElementView.
|