SplitterMeasureData Members
Include Protected Members
Include Inherited Members
Class which stores data used during measuring of items in a SplitterPanel.
The SplitterMeasureData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SplitterMeasureData | Constructs a new SplitterMeasureData from a UIElement. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
FromElements | Constructs a new sequence of SplitterMeasureData instances from a sequence of UIElements. | |
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.) |
Top
Properties
Name | Description | |
---|---|---|
AttachedLength | Gets or sets the SplitterLength associated with the UIElement. | |
Element | Gets the UIElement being measured. | |
IsMaximumReached | Gets or sets whether or not the element reached its maximum size during Measure. | |
IsMinimumReached | Gets or sets whether or not the element reached its minimum size during Measure. | |
MeasuredBounds | Gets or sets the bounds the element was assigned, relative to the panel it is contained in. |
Top