Click or drag to resize

CommonHelperHasAllBorders Method

Gets a value indicating if the enumeration specifies all four borders.

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 bool HasAllBorders(
	PaletteDrawBorders borders
)

Parameters

borders  PaletteDrawBorders
Enumeration for borders.

Return Value

Boolean
True if all four borders specified; otherwise false.
See Also