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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Padding OrientatePadding(
	VisualOrientation orientation,
	Padding padding
)

Parameters

orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Orientation to apply to padding.
padding
Type: System.Windows.FormsPadding
Padding to be modified.

Return Value

Type: Padding
Updated padding.
See Also