Search
ShapeListBox.DefaultShapeSize Property
See Also
 





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

 Syntax

C#  Copy Code

public SizeF DefaultShapeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultShapeSize As SizeF

 Property Value

An instance of the .NET SizeF structure. The default size is (20,20).

 See Also