Class ResizeCanvas
Represents the ResizeCanvas class.
Inheritance
System.Object
ResizeCanvas
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ResizeCanvas : Canvas
Constructors
ResizeCanvas()
Declaration
public ResizeCanvas()
Methods
ArrangeOverride(Size)
Arranges the resize canvas elements.
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | arrangeSize | The Arrange Size |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns the arranged size. |
MeasureOverride(Size)
Measures the resize canvas elements.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint | The Size Constraint |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns the size to arrange the children. |