AccessText.

Render(DrawingContext) Method

Summary

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

Syntax

public override void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The drawing context.

Return Value

Type Description
void