Click or drag to resize

PaletteMetricPadding Enumeration

Specifies a padding type metric.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteMetricPadding
Members
  Member nameValueDescription
None0 Specifies that no padding metric is required.
HeaderGroupPaddingPrimary1 Specifies the padding for the primary header inside a header group.
HeaderGroupPaddingSecondary2 Specifies the padding for the second header inside a header group.
HeaderGroupPaddingDockInactive3 Specifies the padding for the inactive dock header inside a header group.
HeaderGroupPaddingDockActive4 Specifies the padding for the active dock header inside a header group.
RibbonButtonPadding5 Specifies the padding for buttons on a ribbon.
HeaderButtonPaddingPrimary6 Specifies the padding for buttons on a primary header.
HeaderButtonPaddingSecondary7 Specifies the padding for buttons on a secondary header.
HeaderButtonPaddingDockInactive8 Specifies the padding for the dock inside an inactive header group.
HeaderButtonPaddingDockActive9 Specifies the padding for the dock inside an active header group.
HeaderButtonPaddingForm10 Specifies the padding for buttons on a main form header.
HeaderButtonPaddingCalendar11 Specifies the padding for buttons on a calendar header.
HeaderButtonPaddingInputControl12 Specifies the padding for buttons on a input control.
HeaderButtonPaddingCustom113 Specifies the padding for buttons on a custom1 header.
HeaderButtonPaddingCustom214 Specifies the padding for buttons on a custom1 header.
BarPaddingTabs15 Specifies the padding for the navigator bar when showing tabs.
BarPaddingInside16 Specifies the padding for the navigator bar when inside.
BarPaddingOutside17 Specifies the padding for the navigator bar when outside.
BarPaddingOnly18 Specifies the padding for the navigator bar when on its own.
BarButtonPadding19 Specifies the padding for buttons on a navigator bar.
PageButtonPadding20 Specifies the padding for buttons on a navigator page header.
SeparatorPaddingLowProfile21 Specifies the padding for the low profile separator.
SeparatorPaddingHighProfile22 Specifies the padding for the high profile separator.
SeparatorPaddingHighInternalProfile23 Specifies the padding for the high profile for internal separator.
SeparatorPaddingCustom124 Specifies the padding for the first custom separator.
ContextMenuItemHighlight25 Specifies the padding outside of each context menu item highlight.
ContextMenuItemsCollection26 Specifies the padding outside of each context menu items collection.
ContextMenuItemOuter27 Specifies the padding inside of context menu outside.
RibbonAppButton28 Specifies the padding outside each application button spec.
See Also