Search
Palette.ExpanderIconAlignment Property
See Also
 





Gets or sets the alignment of the expand/collapse icon in the category headers.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public HorizontalAlignment ExpanderIconAlignment { get; set; }

Visual Basic  Copy Code

Public Property ExpanderIconAlignment As HorizontalAlignment

 Property Value

A member of the System.Windows.HorizontalAlignment enum.

 See Also