Click or drag to resize

PFIconPosition Enumeration

Defines an icon position inside of a widget

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFIconPosition
Members
  Member nameValueDescription
Top0 Displays the icon on top.
Right1 Displays the icon on the right.
Bottom2 Displays the icon on bottom.
Left3 Displays the icon on the left.
See Also