An optional double value specifying scroll arrows' width in diagram's MeasureUnit.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksIf this property is not set, scroll arrows are rendered using default unit-independent width (their height depends on CaptionHeight).
See Also