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
Public method SplitterMeasureData Constructs a new SplitterMeasureData from a UIElement.

Top

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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member FromElements Constructs a new sequence of SplitterMeasureData instances from a sequence of UIElements.
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.)

Top

Properties

  Name Description
Public property AttachedLength Gets or sets the SplitterLength associated with the UIElement.
Public property Element Gets the UIElement being measured.
Public property IsMaximumReached Gets or sets whether or not the element reached its maximum size during Measure.
Public property IsMinimumReached Gets or sets whether or not the element reached its minimum size during Measure.
Public property MeasuredBounds Gets or sets the bounds the element was assigned, relative to the panel it is contained in.

Top

See Also

Reference

SplitterMeasureData Class

Microsoft.VisualStudio.PlatformUI Namespace