Click or drag to resize

ViewDrawBorderEdge Constructor

Initialize a new instance of the ViewDrawBorderEdge class.

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 ViewDrawBorderEdge(
	PaletteBorderEdge palette,
	Orientation orientation
)

Parameters

palette
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderEdge
Palette source for drawing details.
orientation
Type: System.Windows.FormsOrientation
Initial orientation of the border.
See Also