ViewDrawButtonSetOrientation Method |
Set the orientation of the two button components.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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