Click or drag to resize

ButtonSpecConvertToButtonOrientation Method

Convert from palette specific button orientation to resolved button orientation.

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#
protected ButtonOrientation ConvertToButtonOrientation(
	PaletteButtonOrientation paletteButtonOrientation
)

Parameters

paletteButtonOrientation
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonOrientation
Palette specific button orientation.

Return Value

Type: ButtonOrientation
Resolved button orientation.
See Also