Search
IconPosition Enumeration
See Also
 





Specifies how the header icon is positoned in list items.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public enum IconPosition

Visual Basic  Copy Code

Public Enum IconPosition

 Members

  Member name Description

Left

The icon is positioned on the left side of the title text.

Right

The icon is positioned on the right side of the title text.

 See Also