Class CalendarAppointmentsStyle
Inheritance
System.Object
CalendarAppointmentsStyle
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarAppointmentsStyle : Object
Constructors
CalendarAppointmentsStyle()
Declaration
public CalendarAppointmentsStyle()
Properties
AllDayIndicatorLocation
AllDayIndicatorPadding
Declaration
public Thickness AllDayIndicatorPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
AllDayIndicatorWidth
Declaration
public double AllDayIndicatorWidth { get; set; }
Property Value
System.Double
|
AllDayShapesDisplayMode
Declaration
public AllDayDisplayMode AllDayShapesDisplayMode { get; set; }
Property Value
AllDayDisplayMode
|
AllDayShapeType
Declaration
public CalendarAppointmentShapeType AllDayShapeType { get; set; }
Property Value
CalendarAppointmentShapeType
|
AllDayTextColor
Declaration
public Color AllDayTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AllDayTextPadding
Declaration
public Thickness AllDayTextPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
BackgroundRectBorderRadius
Declaration
public double BackgroundRectBorderRadius { get; set; }
Property Value
System.Double
|
DisplayMode
Declaration
public AppointmentDisplayMode DisplayMode { get; set; }
Property Value
AppointmentDisplayMode
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
MaxCount
Declaration
public int MaxCount { get; set; }
Property Value
System.Int32
|
MoreTextColor
Declaration
public Color MoreTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
MoreTextFormatString
Declaration
public string MoreTextFormatString { get; set; }
Property Value
System.String
|
Padding
Declaration
public Thickness Padding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
ReserveIndicatorSpace
Declaration
public bool ReserveIndicatorSpace { get; set; }
Property Value
System.Boolean
|
ShapesHorizontalLocation
Declaration
public HorizontalLocation ShapesHorizontalLocation { get; set; }
Property Value
HorizontalLocation
|
ShapeSize
Declaration
public Size ShapeSize { get; set; }
Property Value
Xamarin.Forms.Size
|
ShapesOrientation
ShapesVerticalLocation
Declaration
public VerticalLocation ShapesVerticalLocation { get; set; }
Property Value
VerticalLocation
|
ShapeType
Declaration
public CalendarAppointmentShapeType ShapeType { get; set; }
Property Value
CalendarAppointmentShapeType
|
Spacing
Declaration
public double Spacing { get; set; }
Property Value
System.Double
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
TextColorFromAppointment
Declaration
public bool TextColorFromAppointment { get; set; }
Property Value
System.Boolean
|
TextHorizontalLocation
Declaration
public HorizontalLocation TextHorizontalLocation { get; set; }
Property Value
HorizontalLocation
|
TextPadding
Declaration
public Thickness TextPadding { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TextVerticalLocation
Declaration
public VerticalLocation TextVerticalLocation { get; set; }
Property Value
VerticalLocation
|
Methods
IsPropertySet(String)
Declaration
public bool IsPropertySet(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|