Click or drag to resize

PaletteBaseGetBorderImageAlign Method

Gets the image border alignment.

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 abstract PaletteRectangleAlign GetBorderImageAlign(
	PaletteBorderStyle style,
	PaletteState state
)

Parameters

style  PaletteBorderStyle
Border style.
state  PaletteState
Palette value should be applicable to this state.

Return Value

PaletteRectangleAlign
Image alignment style.

Implements

IPaletteGetBorderImageAlign(PaletteBorderStyle, PaletteState)
See Also