Gets the desired size of this component in case the Width and/or Height have not been explicitly specified.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Size GetDesiredSize ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetDesiredSize( _ |
The available size.
A Microsoft.Maui.Graphics.Size representing the desired size.
See Also