Click or drag to resize

CommonHelperContentStyleFromLabelStyle Method

Find the appropriate content style to match the incoming label style.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static PaletteContentStyle ContentStyleFromLabelStyle(
	LabelStyle style
)

Parameters

style  LabelStyle
LabelStyle enumeration.

Return Value

PaletteContentStyle
Matching PaletteContentStyle enumeration value.
See Also