New to Telerik UI for .NET MAUIStart a free 30-day trial

A helper class that contains utility extensions for labels.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public static class LabelUtils

Inheritance: objectLabelUtils

Fields

TextPathProperty

BindableProperty

Identifies the TextPathProperty property.

C#
public static readonly BindableProperty TextPathProperty

Methods

Gets the name of the property which will be visualized inside the label.

C#
public static string GetTextPath(BindableObject bindable)
Parameters:bindableBindableObjectReturns:

string

Sets the name of the property which will be visualized inside the label.

C#
public static void SetTextPath(BindableObject bindable, string value)
Parameters:bindableBindableObjectvaluestring