Click or drag to resize

RenderBaseGetBorderRawPadding Method

Gets the raw padding used per edge of the 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 abstract Padding GetBorderRawPadding(
	IPaletteBorder palette,
	PaletteState state,
	VisualOrientation orientation
)

Parameters

palette  IPaletteBorder
Palette used for drawing.
state  PaletteState
State associated with rendering.
orientation  VisualOrientation
Visual orientation of the border.

Return Value

Padding
Padding structure detailing all four edges.

Implements

IRenderBorderGetBorderRawPadding(IPaletteBorder, PaletteState, VisualOrientation)
See Also