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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static PaletteContentStyle ContentStyleFromLabelStyle(
	LabelStyle style
)

Parameters

style
Type: Internal.ComponentFactory.Krypton.ToolkitLabelStyle
LabelStyle enumeration.

Return Value

Type: PaletteContentStyle
Matching PaletteContentStyle enumeration value.
See Also