Class UniformWrapPanel
Custom panel implementation for UniformWrapPanel
Inheritance
System.Object
UniformWrapPanel
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class UniformWrapPanel : WrapPanel
Constructors
UniformWrapPanel()
Empty constructor for UniformWrapPanel
Declaration
public UniformWrapPanel()
Methods
ArrangeOverride(Size)
Arranges the content of a System.Windows.Controls.WrapPanel element.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The System.Windows.Size that this element should use to arrange its child elements. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the arranged size of this System.Windows.Controls.WrapPanel element and its children. |
MeasureOverride(Size)
Measures the child elements of a System.Windows.Controls.WrapPanel in anticipation of arranging them during the System.Windows.Controls.WrapPanel.ArrangeOverride(System.Windows.Size) pass.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint | An upper limit System.Windows.Size that should not be exceeded. |
Returns
Type | Description |
---|---|
System.Windows.Size | The System.Windows.Size that represents the desired size of the element. |