Class RadHighlightLabel
Inheritance
System.Object
RadHighlightLabel
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadHighlightLabel : Label
Constructors
RadHighlightLabel()
Declaration
public RadHighlightLabel()
Fields
HighlightTextColorProperty
Identifies the HighlightTextColor property.
Declaration
public static BindableProperty HighlightTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
HighlightTextProperty
Identifies the HighlightText property.
Declaration
public static BindableProperty HighlightTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
UnformattedTextProperty
Identifies the UnformattedText property.
Declaration
public static BindableProperty UnformattedTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
HighlightText
Declaration
public string HighlightText { get; set; }
Property Value
System.String
|
HighlightTextColor
Declaration
public Color HighlightTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
UnformattedText
Declaration
public string UnformattedText { get; set; }
Property Value
System.String
|