Gets or sets the size of the fold/unfold icon.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Single> FoldIconSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FoldIconSize As Nullable(Of Single) |
An optional float value specifying the size of fold/unfold icon. The default value is null.
RemarksIf this property is not set, the fold icon derives its size from CaptionHeight.
See Also