Enumerations

The following enumerations are available globally.

  • Provides information about the element presented on top at a hit tested point.

    See more

    Declaration

    Swift

    public enum GanttChartElement
  • Undocumented

    See more

    Declaration

    Swift

    public enum GanttChartBarElementAction
  • Provides information about the type and arguments of a dragging operation performed within a Gantt Chart diagram.

    See more

    Declaration

    Swift

    public enum GanttChartDraggingOperation
  • Provides information required upon possible completion of the dragging operation currently performed within a Gantt Chart diagram.

    See more

    Declaration

    Swift

    public enum GanttChartDraggingCompletion
  • Defines the available actions to be performed as updates for specific items in the managed collection.

    See more

    Declaration

    Swift

    public enum GanttChartItemUpdateAction
  • Horizontal text alignment specification (for paragraph styles).

    See more

    Declaration

    Swift

    public enum TextAlignment : Equatable, Hashable
  • Vertical text alignment specification (for computing appropriate rectangle to draw in).

    See more

    Declaration

    Swift

    public enum VerticalTextAlignment : Equatable, Hashable
  • Defines the side of a rectangular area as the target for placing a border segment.

    See more

    Declaration

    Swift

    public enum BorderPosition : Equatable, Hashable, CaseIterable
  • Mouse cursor to display at a specific mouse point.

    See more

    Declaration

    Swift

    public enum Cursor : Equatable, Hashable
  • Indicates a graphical mode (such as light or dark) to use for the user interface in conjunction with a theme.

    See more

    Declaration

    Swift

    public enum Mode : Equatable, Hashable
  • Defines the style of user interface to apply for components (built-in or custom). Combined with a mode (such as light or dark) it specifies the effective appearance to get upon presentation.

    See more

    Declaration

    Swift

    public enum Theme : Equatable, Hashable
  • Defines a unit for measuring time (by default seconds).

    See more

    Declaration

    Swift

    public enum TimeUnit : Equatable, Hashable, CaseIterable
  • Defines a unit for measuring calendar time (based on months).

    See more

    Declaration

    Swift

    public enum CalendarTimeUnit : Equatable, Hashable, CaseIterable
  • Indicates the granularity for selecting time values on a continuous timeline.

    See more

    Declaration

    Swift

    public enum TimeScale : Equatable, Hashable
  • Indicate time or timeouts to select, such as for highlighting in a timeline.

    See more

    Declaration

    Swift

    public enum ScheduleTimeType : Equatable, Hashable
  • Indicate a type of periodic time intervals to select.

    See more

    Declaration

    Swift

    public enum TimeIntervalType : Equatable, Hashable
  • Indicate a format to use for generating time interval labels.

    See more

    Declaration

    Swift

    public enum TimeLabelFormat