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.
|
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.
|
Returns
System.
|
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.
|
System.
|