Click or drag to resize

RenderStandardGetBorderRawPadding 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public override Padding GetBorderRawPadding(
	IPaletteBorder palette,
	PaletteState state,
	VisualOrientation orientation
)

Parameters

palette
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Palette used for drawing.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State associated with rendering.
orientation
Type: Internal.ComponentFactory.Krypton.ToolkitVisualOrientation
Visual orientation of the border.

Return Value

Type: Padding
Padding structure detailing all four edges.

Implements

IRenderBorderGetBorderRawPadding(IPaletteBorder, PaletteState, VisualOrientation)
See Also