Example #1
0
 /// <summary>Gets the value of <see cref="P:DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration" /> attached property
 /// from a given <see cref="DockControl" />.</summary>
 /// <param name="dockControl">The <see cref="DockControl"/> from which to read the property value.</param>
 /// <returns>The value of <see cref="P:DevZest.Windows.Docking.Primitives.AutoHide.AnimationDuration" /> attached property.</returns>
 public static Duration GetAnimationDuration(DockControl dockControl)
 {
     return((Duration)dockControl.GetValue(AnimationDurationProperty));
 }
Example #2
0
 /// <summary>Gets the value of <see cref="P:DevZest.Windows.Docking.Primitives.DocumentTab.ShowsIcon" /> attached property
 /// from a given <see cref="DockControl" />.</summary>
 /// <param name="dockControl">The <see cref="DockControl"/> from which to read the property value.</param>
 /// <returns>The value of <see cref="P:DevZest.Windows.Docking.Primitives.DocumentTab.ShowsIcon" /> attached property.</returns>
 public static bool GetShowsIcon(DockControl dockControl)
 {
     return((bool)dockControl.GetValue(ShowsIconProperty));
 }
Example #3
0
 /// <summary>Gets the value of <see cref="P:DevZest.Windows.Docking.Primitives.AutoHide.Animation" /> attached property
 /// from a given <see cref="DockControl" />.</summary>
 /// <param name="dockControl">The <see cref="DockControl"/> from which to read the property value.</param>
 /// <returns>The value of <see cref="P:DevZest.Windows.Docking.Primitives.AutoHide.Animation" /> attached property.</returns>
 public static AutoHideAnimation GetAnimation(DockControl dockControl)
 {
     return((AutoHideAnimation)dockControl.GetValue(AnimationProperty));
 }
Example #4
0
 /// <summary>Gets the value of <see cref="P:DevZest.Windows.Docking.Primitives.WindowSwitcher.Hotkey" /> attached property
 /// from a given <see cref="DockControl" />.</summary>
 /// <param name="dockControl">The <see cref="DockControl"/> from which to read the property value.</param>
 /// <returns>The value of <see cref="P:DevZest.Windows.Docking.Primitives.WindowSwitcher.Hotkey" /> attached property.</returns>
 public static KeyGesture GetHotkey(DockControl dockControl)
 {
     return((KeyGesture)dockControl.GetValue(HotkeyProperty));
 }