Click or drag to resize

RenderStandardGetRadioButtonPreferredSize Method

Calculate the requested display size for the radio button.

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 Size GetRadioButtonPreferredSize(
	ViewLayoutContext context,
	IPalette palette,
	bool enabled,
	bool checkState,
	bool tracking,
	bool pressed
)

Parameters

context  ViewLayoutContext
Render context.
palette  IPalette
Palette for sourcing display values.
enabled  Boolean
Should check box be displayed as enabled.
checkState  Boolean
Checked state of the radio button.
tracking  Boolean
Should check box be displayed as hot tracking.
pressed  Boolean
Should check box be displayed as pressed.

Return Value

Size

Implements

IRenderGlyphGetRadioButtonPreferredSize(ViewLayoutContext, IPalette, Boolean, Boolean, Boolean, Boolean)
See Also