TextBlockRender Method

Renders the TextBlock to a drawing context.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public override sealed void Render(
	DrawingContext context
)

Parameters

context  DrawingContext
The drawing context.

See Also