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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetOrientation(
	VisualOrientation borderBackOrient,
	VisualOrientation contentOrient
)

Parameters

borderBackOrient
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Orientation of the button border and background..
contentOrient
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Orientation of the button contents.
See Also