Class LabelUtils
A helper class that contains utility extensions for labels.
Inheritance
System.Object
LabelUtils
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public static class LabelUtils : Object
Fields
TextPathProperty
Identifies the
Declaration
public static readonly BindableProperty TextPathProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Methods
GetTextPath(BindableObject)
Gets the name of the property which will be visualized inside the label.
Declaration
public static string GetTextPath(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
Returns
System.String
|
SetTextPath(BindableObject, String)
Sets the name of the property which will be visualized inside the label.
Declaration
public static void SetTextPath(BindableObject bindable, string value)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
System.String
value
|