Class ExpandedAppointmentStyle
Provides styling for inline appointment view.
Inheritance
System.Object
ExpandedAppointmentStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ExpandedAppointmentStyle : DependencyObject
Constructors
ExpandedAppointmentStyle()
Declaration
public ExpandedAppointmentStyle()
Fields
ExpandedAppointmentBackgroundProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentFontFamilyProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentFontStyleProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentFontStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentFontWeightProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTextColorProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTextHorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTextSizeProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTextVerticalAlignmentProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTimeFontFamilyProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTimeFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTimeForegroundProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTimeForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ExpandedAppointmentTimeTextSizeProperty
Declaration
public static readonly DependencyProperty ExpandedAppointmentTimeTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
ExpandedAppointmentBackground
Gets or sets the background for ExpandedAppointment Background.
Declaration
public Brush ExpandedAppointmentBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
ExpandedAppointmentFontFamily
Gets or sets the FontFamily for ExpandedAppointment header text.
Declaration
public FontFamily ExpandedAppointmentFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
ExpandedAppointmentFontStyle
Gets or sets the fontweight ExpandedAppointment header text.
Declaration
public FontStyle ExpandedAppointmentFontStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontStyle |
ExpandedAppointmentFontWeight
Gets or sets the fontweight ExpandedAppointment header text.
Declaration
public FontWeight ExpandedAppointmentFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
ExpandedAppointmentTextColor
Gets or sets the foreground for ExpandedAppointment text color.
Declaration
public Brush ExpandedAppointmentTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
ExpandedAppointmentTextHorizontalAlignment
Gets or sets the HorizontalAlignment for ExpandedAppointment header text.
Declaration
public HorizontalAlignment ExpandedAppointmentTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
ExpandedAppointmentTextSize
Gets or sets the font size for ExpandedAppointment Subject text.
Declaration
public int ExpandedAppointmentTextSize { get; set; }
Property Value
ExpandedAppointmentTextVerticalAlignment
Gets or sets the VerticalAlignment for ExpandedAppointment header text.
Declaration
public VerticalAlignment ExpandedAppointmentTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
ExpandedAppointmentTimeFontFamily
Gets or sets the FontFamily for ExpandedAppointment header text.
Declaration
public FontFamily ExpandedAppointmentTimeFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
ExpandedAppointmentTimeForeground
Gets or sets the foreground for ExpandedAppointment header text.
Declaration
public Brush ExpandedAppointmentTimeForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
ExpandedAppointmentTimeTextSize
Gets or sets the font size for ExpandedAppointment Time text.
Declaration
public int ExpandedAppointmentTimeTextSize { get; set; }
Property Value
Extension Methods