Search
ExpandIconRenderer.Size Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Size As Nullable(Of Double)

 Property Value

An optional double. The default value is null.

 Remarks

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

 See Also