Class NonAccessibleBlock
Represents a non accessible block.
Inheritance
System.Object
NonAccessibleBlock
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class NonAccessibleBlock : DependencyObject
Constructors
NonAccessibleBlock()
Declaration
public NonAccessibleBlock()
Fields
BackgroundProperty
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EndHourProperty
Declaration
public static readonly DependencyProperty EndHourProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
LabelProperty
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartHourProperty
Declaration
public static readonly DependencyProperty StartHourProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the brush for non accessible block.
Declaration
public Brush Background { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
EndHour
Gets or sets the end hour time of non accessible block.
Declaration
public double EndHour { get; set; }
Property Value
Label
Gets or sets the label of non accessible block.
Declaration
public string Label { get; set; }
Property Value
StartHour
Gets or sets the start hour time of non accessible block.
Declaration
public double StartHour { get; set; }
Property Value
Extension Methods