Gets or sets the size of the shapes that are created by dragging list box items to the diagram.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public SizeF DefaultShapeSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property DefaultShapeSize As SizeF |
An instance of the .NET SizeF structure. The default size is (20,20).
NetDiagram Programmer's Guide | © 2023 MindFusion |