Search
ExpandIconRenderer.Size Property
See Also
 





An optional float value specifying icon size in diagram's MeasureUnit.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Nullable<Single> Size { get; set; }

Visual Basic  Copy Code

Public Property Size As Nullable(Of Single)

 Property Value

An optional float. The default value is null.

 Remarks

If this property is not set, icons are rendered using default unit-independent size.

 See Also