An optional double value specifying scroll arrows' width in diagram's MeasureUnit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Nullable<Double> Width { get; set; } |
Visual Basic Copy Code |
---|
Public Property Width As Nullable(Of Double) |
An optional double. The default value is null.
If this property is not set, scroll arrows are rendered using default unit-independent width (their height depends on CaptionHeight).
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |