SplitterMeasureData Class

Definition

Class which stores data used during measuring of items in a SplitterPanel.

public ref class SplitterMeasureData
[Windows::Foundation::Metadata::WebHostHidden]
class SplitterMeasureData
public class SplitterMeasureData
type SplitterMeasureData = class
Public Class SplitterMeasureData
Inheritance
SplitterMeasureData

Constructors

SplitterMeasureData(UIElement)

Constructs a new SplitterMeasureData from a UIElement.

Properties

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.

Methods

FromElements(IList)

Constructs a new sequence of SplitterMeasureData instances from a sequence of UIElements.

Applies to