Click or drag to resize

ViewDrawButtonSetOrientation Method

Set the orientation of the two button components.

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 void SetOrientation(
	VisualOrientation borderBackOrient,
	VisualOrientation contentOrient
)

Parameters

borderBackOrient  VisualOrientation
Orientation of the button border and background..
contentOrient  VisualOrientation
Orientation of the button contents.
See Also