The C1UIContainerView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1UIContainerView |
Constructs a new C1UIContainerView.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
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.) |
![]() |
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 |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Children |
Gets the collection of children for this view.
(Inherited from C1TextElementView.) |
![]() |
Content |
Gets the innermost view that is associated with the same C1TextElement as this view.
(Inherited from C1TextElementView.) |
![]() |
DesiredSize |
Gets the resulting size of the last measure of this view.
(Inherited from C1TextElementView.) |
![]() |
Element |
Gets the C1TextElement associated with this C1TextElementView.
(Inherited from C1TextElementView.) |
![]() |
Origin |
Gets the origin of this view.
(Inherited from C1TextElementView.) |
![]() |
Parent |
Gets the parent of this C1TextElementView, or null if this is the root of the tree.
(Inherited from C1TextElementView.) |
![]() |
RelativeOrigin |
Gets the origin of this view relative to its parent.
(Inherited from C1TextElementView.) |
![]() |
ViewManager |
Gets the C1RichTextViewManager associated with this C1TextElementView.
(Inherited from C1TextElementView.) |