Gets or sets the alignment of the expand/collapse icon in the category headers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public HorizontalAlignment ExpanderIconAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExpanderIconAlignment As HorizontalAlignment |
A member of the System.Windows.HorizontalAlignment enum.
See Also