TextBlockSetBaselineOffset Method
Writes the attached property BaselineOffset to the given element.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetBaselineOffset(
Control control,
double value
)
Public Shared Sub SetBaselineOffset (
control As Control,
value As Double
)
static member SetBaselineOffset :
control : Control *
value : float -> unit
Parameters
- control Control
- The element to which to write the attached property.
- value Double
- The property value to set