Search
FoldIconRenderer.Alignment Property
See Also
 





Gets or sets icon's alignment within caption bar.

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

 Syntax

C#  Copy Code

public AlignmentX Alignment { get; set; }

Visual Basic  Copy Code

Public Property Alignment As AlignmentX

 Property Value

A member of the System.Windows.Media.AlignmentX enumeration. The default value is Right.

 See Also