Search
IMenuButton.ImageSize Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

Size ImageSize { get; set; }

Visual Basic  Copy Code

Property ImageSize As Size

 Property Value

A Size object.

 See Also