Search
ItemLabel.ImageSize Property
See Also
 





Gets or sets a size that overrides the native image size.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Size ImageSize { get; set; }

Visual Basic  Copy Code

Public Property ImageSize As Size

 Property Value

A Microsoft.Maui.Graphics.Size instance. The default value is Empty.

 Remarks

By default, Image is rendered using bitmap's intrinsic size. Set this value to increase or reduce the size of the rendered image.

 See Also