Click or drag to resize

RenderStandardLayoutContent Method

Perform layout calculations on the provided content.

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 override IDisposable LayoutContent(
	ViewLayoutContext context,
	Rectangle availableRect,
	IPaletteContent palette,
	IContentValues values,
	VisualOrientation orientation,
	PaletteState state,
	bool composition,
	bool glowing
)

Parameters

context  ViewLayoutContext
Layout context.
availableRect  Rectangle
Display area available for laying out.
palette  IPaletteContent
Content palette details.
values  IContentValues
Content values.
orientation  VisualOrientation
Visual orientation of the content.
state  PaletteState
State associated with rendering.
composition  Boolean
Should draw on a composition element.
glowing  Boolean
If composition, should glowing be drawn.

Return Value

IDisposable
Memento with cached information.

Implements

IRenderContentLayoutContent(ViewLayoutContext, Rectangle, IPaletteContent, IContentValues, VisualOrientation, PaletteState, Boolean, Boolean)
See Also