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 public enum PaletteMetricPadding
Members
| Member name | Value | Description |
---|
| None | 0 |
Specifies that no padding metric is required.
|
| HeaderGroupPaddingPrimary | 1 |
Specifies the padding for the primary header inside a header group.
|
| HeaderGroupPaddingSecondary | 2 |
Specifies the padding for the second header inside a header group.
|
| HeaderGroupPaddingDockInactive | 3 |
Specifies the padding for the inactive dock header inside a header group.
|
| HeaderGroupPaddingDockActive | 4 |
Specifies the padding for the active dock header inside a header group.
|
| RibbonButtonPadding | 5 |
Specifies the padding for buttons on a ribbon.
|
| HeaderButtonPaddingPrimary | 6 |
Specifies the padding for buttons on a primary header.
|
| HeaderButtonPaddingSecondary | 7 |
Specifies the padding for buttons on a secondary header.
|
| HeaderButtonPaddingDockInactive | 8 |
Specifies the padding for the dock inside an inactive header group.
|
| HeaderButtonPaddingDockActive | 9 |
Specifies the padding for the dock inside an active header group.
|
| HeaderButtonPaddingForm | 10 |
Specifies the padding for buttons on a main form header.
|
| HeaderButtonPaddingCalendar | 11 |
Specifies the padding for buttons on a calendar header.
|
| HeaderButtonPaddingInputControl | 12 |
Specifies the padding for buttons on a input control.
|
| HeaderButtonPaddingCustom1 | 13 |
Specifies the padding for buttons on a custom1 header.
|
| HeaderButtonPaddingCustom2 | 14 |
Specifies the padding for buttons on a custom1 header.
|
| BarPaddingTabs | 15 |
Specifies the padding for the navigator bar when showing tabs.
|
| BarPaddingInside | 16 |
Specifies the padding for the navigator bar when inside.
|
| BarPaddingOutside | 17 |
Specifies the padding for the navigator bar when outside.
|
| BarPaddingOnly | 18 |
Specifies the padding for the navigator bar when on its own.
|
| BarButtonPadding | 19 |
Specifies the padding for buttons on a navigator bar.
|
| PageButtonPadding | 20 |
Specifies the padding for buttons on a navigator page header.
|
| SeparatorPaddingLowProfile | 21 |
Specifies the padding for the low profile separator.
|
| SeparatorPaddingHighProfile | 22 |
Specifies the padding for the high profile separator.
|
| SeparatorPaddingHighInternalProfile | 23 |
Specifies the padding for the high profile for internal separator.
|
| SeparatorPaddingCustom1 | 24 |
Specifies the padding for the first custom separator.
|
| ContextMenuItemHighlight | 25 |
Specifies the padding outside of each context menu item highlight.
|
| ContextMenuItemsCollection | 26 |
Specifies the padding outside of each context menu items collection.
|
| ContextMenuItemOuter | 27 |
Specifies the padding inside of context menu outside.
|
| RibbonAppButton | 28 |
Specifies the padding outside each application button spec.
|
See Also