Click or drag to resize

PFThemeSettingType Enumeration

Specifies the type of value hosted by a theme setting.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFThemeSettingType
Members
  Member nameValueDescription
Color0 One color, RGBA or hexadecimal.
OneSize1 One size in pixel.
FourSizes2 Four sizes in pixel, separated by a blank space, in the following order: top;right;bottom;left.
See Also