LabelUtils
Class
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)
Sets the name of the property which will be visualized inside the label.
C#
public static void SetTextPath(BindableObject bindable, string value)