diff --git a/SourceCode/SharedResources/Panuon.WPF.UI/Controls/Timeline.cs b/SourceCode/SharedResources/Panuon.WPF.UI/Controls/Timeline.cs index 7b58a71..7b0ff1a 100644 --- a/SourceCode/SharedResources/Panuon.WPF.UI/Controls/Timeline.cs +++ b/SourceCode/SharedResources/Panuon.WPF.UI/Controls/Timeline.cs @@ -83,6 +83,17 @@ public CornerRadius CornerRadius VisualStateHelper.CornerRadiusProperty.AddOwner(typeof(Timeline)); #endregion + #region ShadowColor + public Color? ShadowColor + { + get { return (Color?)GetValue(ShadowColorProperty); } + set { SetValue(ShadowColorProperty, value); } + } + + public static readonly DependencyProperty ShadowColorProperty = + VisualStateHelper.ShadowColorProperty.AddOwner(typeof(Timeline)); + #endregion + #region Items Properties #region ItemsWidth