Click or drag to resize

PaletteMetricInt Enumeration

Specifies a integer 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 PaletteMetricInt
Members
  Member nameValueDescription
None0 Specifies that no integer metric is required.
HeaderButtonEdgeInsetPrimary1 Specifies how far to inset a button on a primary header.
HeaderButtonEdgeInsetSecondary2 Specifies how far to inset a button on a secondary header.
HeaderButtonEdgeInsetDockInactive3 Specifies how far to inset a button on an inactive dock header.
HeaderButtonEdgeInsetDockActive4 Specifies how far to inset a button on an active dock header.
HeaderButtonEdgeInsetForm5 Specifies how far to inset a button on a main form header.
HeaderButtonEdgeInsetCalendar6 Specifies how far to inset a button on a calendar header.
HeaderButtonEdgeInsetInputControl7 Specifies how far to inset a button on a input control.
HeaderButtonEdgeInsetCustom18 Specifies how far to inset a button on a custom1 header.
HeaderButtonEdgeInsetCustom29 Specifies how far to inset a button on a custom2 header.
BarButtonEdgeOutside10 Specifies the padding from buttons to the outside control edge.
BarButtonEdgeInside11 Specifies the padding for buttons to the bar.
PageButtonInset12 Specifies the padding from buttons to the page header content.
CheckButtonGap13 Specifies the spacing gap been each check button.
RibbonTabGap14 Specifies the spacing gap been each ribbon tab.
See Also