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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool HasAllBorders(
	PaletteDrawBorders borders
)

Parameters

borders
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDrawBorders
Enumeration for borders.

Return Value

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