Click or drag to resize

CommonHelperHasABorder Method

Gets a value indicating if the enumeration specifies at least one border.

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

Parameters

borders  PaletteDrawBorders
Enumeration for borders.

Return Value

Boolean
True if at least one border specified; otherwise false.
See Also