Click or drag to resize

DockingHelperDockStyleFromDockEdge Method

Convert from DockEdge to DockStyle enumeration value.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static DockStyle DockStyleFromDockEdge(
	DockingEdge edge,
	bool opposite
)

Parameters

edge
Type: Internal.ComponentFactory.Krypton.DockingDockingEdge
DockEdge value to convert.
opposite
Type: SystemBoolean
Should the separator be docked against the opposite edge.

Return Value

Type: DockStyle
DockStyle value.
See Also