Class AgendaTextItemStyle
Inheritance
System.Object
AgendaTextItemStyle
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AgendaTextItemStyle : Object
Constructors
AgendaTextItemStyle()
Declaration
public AgendaTextItemStyle()
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
|
HorizontalTextAlignment
Declaration
public TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Xamarin.Forms.TextAlignment
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|