An optional float value specifying scroll arrows' width in diagram's MeasureUnit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Single> Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Nullable(Of Single) |
An optional float. 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