TextBlock.

Render(DrawingContext) Method

Summary

Renders the TextBlock to a drawing context.
Namespace
Avalonia.Controls
Containing Type
TextBlock

Syntax

public override void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The drawing context.

Return Value

Type Description
void