Click or drag to resize

CommonHelperSeparatorStyleToMetricPadding Method

Get the correct metric padding for the provided separator style.

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 static PaletteMetricPadding SeparatorStyleToMetricPadding(
	SeparatorStyle separatorStyle
)

Parameters

separatorStyle
Type: Internal.ComponentFactory.Krypton.ToolkitSeparatorStyle
Separator style.

Return Value

Type: PaletteMetricPadding
Matching metric padding.
See Also