Search
ScrollIconRenderer.Width Property
See Also
 





An optional double value specifying scroll arrows' width in diagram's MeasureUnit.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Width As Nullable(Of Double)

 Property Value

An optional double. The default value is null.

 Remarks

If this property is not set, scroll arrows are rendered using default unit-independent width (their height depends on CaptionHeight).

 See Also