This method is called during the measure pass of a layout cycle to get the desired size of an element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override SizeRequest OnSizeRequest ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function OnSizeRequest( _ |
The available width for the element to use.
The available height for the element to use.
See Also