Bunch of interaction updates for the calendar item control.
This commit is contained in:
@@ -43,8 +43,6 @@ namespace Wino.Core.UWP.Controls
|
||||
set { SetValue(CoreWindowTextProperty, value); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public bool IsDragArea
|
||||
{
|
||||
get { return (bool)GetValue(IsDragAreaProperty); }
|
||||
@@ -52,9 +50,6 @@ namespace Wino.Core.UWP.Controls
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public double SystemReserved
|
||||
{
|
||||
get { return (double)GetValue(SystemReservedProperty); }
|
||||
@@ -109,9 +104,6 @@ namespace Wino.Core.UWP.Controls
|
||||
set { SetValue(IsRenderingPaneVisibleProperty, value); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public double ReadingPaneLength
|
||||
{
|
||||
get { return (double)GetValue(ReadingPaneLengthProperty); }
|
||||
|
||||
Reference in New Issue
Block a user