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