Search
IMenuItem.ImageSize Property
See Also
 






Gets or sets the size of the image associated with the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Size ImageSize { get; set; }

Visual Basic  Copy Code

Property ImageSize As Size

 Property Value

A Size object.

 See Also