SplitterMeasureData.MeasuredBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bounds the element was assigned, relative to the panel it is contained in.
public:
property System::Windows::Rect MeasuredBounds { System::Windows::Rect get(); void set(System::Windows::Rect value); };
public System.Windows.Rect MeasuredBounds { get; set; }
member this.MeasuredBounds : System.Windows.Rect with get, set
Public Property MeasuredBounds As Rect