Class RadHighlightLabel
Inheritance
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
|
ProviderProperty
Identifies the Provider property.
Declaration
public static BindableProperty ProviderProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
UnformattedTextProperty
Identifies the UnformattedText property.
Declaration
public static BindableProperty UnformattedTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualTextColor
Gets the actual text color of the label.
Declaration
public Color ActualTextColor { get; }
Property Value
Microsoft.Maui.Graphics.Color
|
HighlightText
Gets or sets the text that will be highlighted.
Declaration
public string HighlightText { get; set; }
Property Value
System.String
|
HighlightTextColor
Gets or sets the color for the text that is highlighted.
Declaration
public Color HighlightTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Provider
Gets or sets the IHighlightLabelProvider for the label.
Declaration
public IHighlightLabelProvider Provider { get; set; }
Property Value
IHighlightLabelProvider
|
UnformattedText
Gets or sets the unformatted text.
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
|