Search
ShapeListBox.IconMargin Property
See Also
 





Gets or sets the horizontal and vertical margins left around the shape icons.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Size IconMargin { get; set; }

Visual Basic  Copy Code

Public Property IconMargin As Size

 Property Value

An instance of the .NET Size structure. The default value is (5, 5).

 See Also