Class RadHighlightLabel
Inheritance
System.Object
RadHighlightLabel
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadHighlightLabel : Label
Constructors
RadHighlightLabel()
Declaration
public RadHighlightLabel()
Fields
ActualTextColorProperty
Identifies the ActualTextColor property.
Declaration
public static readonly BindableProperty ActualTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HighlightTextColorProperty
Identifies the HighlightTextColor property.
Declaration
public static BindableProperty HighlightTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HighlightTextProperty
Identifies the HighlightText property.
Declaration
public static BindableProperty HighlightTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
UnformattedTextProperty
Identifies the UnformattedText property.
Declaration
public static BindableProperty UnformattedTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualTextColor
Declaration
public Color ActualTextColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
HighlightText
Declaration
public string HighlightText { get; set; }
Property Value
System.String
|
HighlightTextColor
Declaration
public Color HighlightTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
UnformattedText
Declaration
public string UnformattedText { get; set; }
Property Value
System.String
|
Methods
OnHandlerChanged()
Declaration
protected override void OnHandlerChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|