Class ScheduleSelectionStyle
Represents the cell selection Customization in schedule.
Inheritance
System.Object
ScheduleSelectionStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleSelectionStyle : DependencyObject
Constructors
ScheduleSelectionStyle()
Declaration
public ScheduleSelectionStyle()
Fields
BackgroundProperty
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
BorderBrushProperty
Declaration
public static readonly DependencyProperty BorderBrushProperty
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 |
Properties
Background
Gets or sets the Background for Schedule cell selection.
Declaration
public Brush Background { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
BorderBrush
Gets or sets the BorderBrush for Schedule cell selection.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
BorderCornerRadius
Gets or sets the BorderCornerRadius for Schedule cell selection.
Declaration
public CornerRadius BorderCornerRadius { get; set; }
Property Value
Type |
Windows.UI.Xaml.CornerRadius |
BorderThickness
Gets or sets the BorderThickness for Schedule cell selection.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type |
Windows.UI.Xaml.Thickness |
View
Gets or sets the custom view for Schedule cell selection.
Declaration
public FrameworkElement View { get; set; }
Property Value
Type |
Windows.UI.Xaml.FrameworkElement |
Extension Methods