PaletteMetricInt Enumeration |
Specifies a integer type metric.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteMetricInt
Members| Member name | Value | Description |
|---|
| None | 0 |
Specifies that no integer metric is required.
|
| HeaderButtonEdgeInsetPrimary | 1 |
Specifies how far to inset a button on a primary header.
|
| HeaderButtonEdgeInsetSecondary | 2 |
Specifies how far to inset a button on a secondary header.
|
| HeaderButtonEdgeInsetDockInactive | 3 |
Specifies how far to inset a button on an inactive dock header.
|
| HeaderButtonEdgeInsetDockActive | 4 |
Specifies how far to inset a button on an active dock header.
|
| HeaderButtonEdgeInsetForm | 5 |
Specifies how far to inset a button on a main form header.
|
| HeaderButtonEdgeInsetCalendar | 6 |
Specifies how far to inset a button on a calendar header.
|
| HeaderButtonEdgeInsetInputControl | 7 |
Specifies how far to inset a button on a input control.
|
| HeaderButtonEdgeInsetCustom1 | 8 |
Specifies how far to inset a button on a custom1 header.
|
| HeaderButtonEdgeInsetCustom2 | 9 |
Specifies how far to inset a button on a custom2 header.
|
| BarButtonEdgeOutside | 10 |
Specifies the padding from buttons to the outside control edge.
|
| BarButtonEdgeInside | 11 |
Specifies the padding for buttons to the bar.
|
| PageButtonInset | 12 |
Specifies the padding from buttons to the page header content.
|
| CheckButtonGap | 13 |
Specifies the spacing gap been each check button.
|
| RibbonTabGap | 14 |
Specifies the spacing gap been each ribbon tab.
|
See Also