TextBlockSetTextTrimming Method

Writes the attached property BaselineOffset to the given element.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetTextTrimming(
	Control control,
	TextTrimming trimming
)

Parameters

control  Control
The element to which to write the attached property.
trimming  TextTrimming
The property value to set

See Also