Click or drag to resize

CommonHelperOrientatePadding Method

Modify the incoming padding to reflect the visual orientation.

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 static Padding OrientatePadding(
	VisualOrientation orientation,
	Padding padding
)

Parameters

orientation  VisualOrientation
Orientation to apply to padding.
padding  Padding
Padding to be modified.

Return Value

Padding
Updated padding.
See Also