Class ScheduleAppointmentStyle
Represents the Schedule Appointment Style Customization.
Inheritance
System.Object
ScheduleAppointmentStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAppointmentStyle : DependencyObject
Constructors
ScheduleAppointmentStyle()
Declaration
public ScheduleAppointmentStyle()
Fields
AppointmentBackgroundProperty
Declaration
public static readonly DependencyProperty AppointmentBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentFontFamilyProperty
Declaration
public static readonly DependencyProperty AppointmentFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentFontStyleProperty
Declaration
public static readonly DependencyProperty AppointmentFontStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentFontWeightProperty
Declaration
public static readonly DependencyProperty AppointmentFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentTextColorProperty
Declaration
public static readonly DependencyProperty AppointmentTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentTextHorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty AppointmentTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentTextSizeProperty
Declaration
public static readonly DependencyProperty AppointmentTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentTextVerticalAlignmentProperty
Declaration
public static readonly DependencyProperty AppointmentTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
BorderColorProperty
Declaration
public static readonly DependencyProperty BorderColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
BorderCornerRadiusProperty
Declaration
public static readonly DependencyProperty BorderCornerRadiusProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
BorderThicknessProperty
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectionColorProperty
Declaration
public static readonly DependencyProperty SelectionColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectionTextColorProperty
Declaration
public static readonly DependencyProperty SelectionTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentBackground
Gets or sets the background for Appointment header.
Declaration
public Brush AppointmentBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
AppointmentFontFamily
Gets or sets the FontFamily for Appointment header text.
Declaration
public FontFamily AppointmentFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
AppointmentFontStyle
Gets or sets the fontweight Appointment header text.
Declaration
public FontStyle AppointmentFontStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontStyle |
AppointmentFontWeight
Gets or sets the fontweight Appointment header text.
Declaration
public FontWeight AppointmentFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
AppointmentTextColor
Gets or sets the foreground for Appointment header text.
Declaration
public Brush AppointmentTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
AppointmentTextHorizontalAlignment
Gets or sets the HorizontalAlignment for Appointment header text.
Declaration
public HorizontalAlignment AppointmentTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
AppointmentTextSize
Gets or sets the font size for Appointment header text.
Declaration
public int AppointmentTextSize { get; set; }
Property Value
AppointmentTextVerticalAlignment
Gets or sets the VerticalAlignment for Appointment header text.
Declaration
public VerticalAlignment AppointmentTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
BorderColor
Gets or sets the BorderColor to appointment.
Declaration
public Brush BorderColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
BorderCornerRadius
Declaration
public CornerRadius BorderCornerRadius { get; set; }
Property Value
Type |
Windows.UI.Xaml.CornerRadius |
BorderThickness
Gets or sets the thickess of border to appointment.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type |
Windows.UI.Xaml.Thickness |
CustomAppointmentElements
Declaration
public FrameworkElement CustomAppointmentElements { get; set; }
Property Value
Type |
Windows.UI.Xaml.FrameworkElement |
SelectionColor
Gets or sets the Selection Color to appointment.
Declaration
public Brush SelectionColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
SelectionTextColor
Gets or sets the Selection TextColor to appointment.
Declaration
public Brush SelectionTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Extension Methods