Class TimeBreakView
Inherited Members
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class TimeBreakView : RadContentView
Constructors
TimeBreakView()
Declaration
public TimeBreakView()
Fields
FontAttributesProperty
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontFamilyProperty
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
FontAttributes
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Xamarin.Forms.FontAttributes
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
Stroke
Declaration
public Color Stroke { get; set; }
Property Value
Xamarin.Forms.Color
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()