Class DiagramPage
Represents the class which is to prepares the panel view of the diagram control.
Inheritance
System.Object
DiagramPage
Namespace: Syncfusion.UI.Xaml.Diagram.Panels
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class DiagramPage : Panel
Constructors
DiagramPage()
Creates the instance of DiagramPage class.
Declaration
public DiagramPage()
Methods
ArrangeOverride(Size)
To arrange the diagram and its elements to given size.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | Size of the container. |
Returns
Type |
---|
System.Windows.Size |
MeasureOverride(Size)
Prepares the diagram page and its elements with available size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | Size of the container. |
Returns
Type |
---|
System.Windows.Size |