Skip to main content

TryGetPairedBracket Method

Gets the codepoint representing the bracket pairing for this instance.

Definition

Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool TryGetPairedBracket(
out Codepoint codepoint
)

Parameters

  Codepoint
When this method returns, contains the codepoint representing the bracket pairing for this instance; otherwise, the default value for the type of the codepoint parameter. This parameter is passed uninitialized. .

Return Value

Boolean
true if this instance has a bracket pairing; otherwise, false

See Also

Reference

Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace