Class DrawerHost
[TemplateVisualState(GroupName = "AllDrawers", Name = "AllClosed")]
[TemplateVisualState(GroupName = "AllDrawers", Name = "AnyOpen")]
[TemplateVisualState(GroupName = "LeftDrawer", Name = "LeftDrawerClosed")]
[TemplateVisualState(GroupName = "LeftDrawer", Name = "LeftDrawerOpen")]
[TemplateVisualState(GroupName = "TopDrawer", Name = "TopDrawerClosed")]
[TemplateVisualState(GroupName = "TopDrawer", Name = "TopDrawerOpen")]
[TemplateVisualState(GroupName = "RightDrawer", Name = "RightDrawerClosed")]
[TemplateVisualState(GroupName = "RightDrawer", Name = "RightDrawerOpen")]
[TemplateVisualState(GroupName = "BottomDrawer", Name = "BottomDrawerClosed")]
[TemplateVisualState(GroupName = "BottomDrawer", Name = "BottomDrawerOpen")]
[TemplatePart(Name = "PART_ContentCover", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_LeftDrawer", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_TopDrawer", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_RightDrawer", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_BottomDrawer", Type = typeof(FrameworkElement))]
public class DrawerHost : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
DrawerHost
- Implements
- Inherited Members
- Extension Methods
Constructors
DrawerHost()
public DrawerHost()
Fields
BottomDrawerBackgroundProperty
public static readonly DependencyProperty BottomDrawerBackgroundProperty
Field Value
BottomDrawerContentProperty
public static readonly DependencyProperty BottomDrawerContentProperty
Field Value
BottomDrawerContentStringFormatProperty
public static readonly DependencyProperty BottomDrawerContentStringFormatProperty
Field Value
BottomDrawerContentTemplateProperty
public static readonly DependencyProperty BottomDrawerContentTemplateProperty
Field Value
BottomDrawerContentTemplateSelectorProperty
public static readonly DependencyProperty BottomDrawerContentTemplateSelectorProperty
Field Value
BottomDrawerZIndexProperty
public static readonly DependencyProperty BottomDrawerZIndexProperty
Field Value
CloseDrawerCommand
public static RoutedCommand CloseDrawerCommand
Field Value
IsBottomDrawerOpenProperty
public static readonly DependencyProperty IsBottomDrawerOpenProperty
Field Value
IsLeftDrawerOpenProperty
public static readonly DependencyProperty IsLeftDrawerOpenProperty
Field Value
IsRightDrawerOpenProperty
public static readonly DependencyProperty IsRightDrawerOpenProperty
Field Value
IsTopDrawerOpenProperty
public static readonly DependencyProperty IsTopDrawerOpenProperty
Field Value
LeftDrawerBackgroundProperty
public static readonly DependencyProperty LeftDrawerBackgroundProperty
Field Value
LeftDrawerContentProperty
public static readonly DependencyProperty LeftDrawerContentProperty
Field Value
LeftDrawerContentStringFormatProperty
public static readonly DependencyProperty LeftDrawerContentStringFormatProperty
Field Value
LeftDrawerContentTemplateProperty
public static readonly DependencyProperty LeftDrawerContentTemplateProperty
Field Value
LeftDrawerContentTemplateSelectorProperty
public static readonly DependencyProperty LeftDrawerContentTemplateSelectorProperty
Field Value
LeftDrawerZIndexProperty
public static readonly DependencyProperty LeftDrawerZIndexProperty
Field Value
OpenDrawerCommand
public static RoutedCommand OpenDrawerCommand
Field Value
RightDrawerBackgroundProperty
public static readonly DependencyProperty RightDrawerBackgroundProperty
Field Value
RightDrawerContentProperty
public static readonly DependencyProperty RightDrawerContentProperty
Field Value
RightDrawerContentStringFormatProperty
public static readonly DependencyProperty RightDrawerContentStringFormatProperty
Field Value
RightDrawerContentTemplateProperty
public static readonly DependencyProperty RightDrawerContentTemplateProperty
Field Value
RightDrawerContentTemplateSelectorProperty
public static readonly DependencyProperty RightDrawerContentTemplateSelectorProperty
Field Value
RightDrawerZIndexProperty
public static readonly DependencyProperty RightDrawerZIndexProperty
Field Value
TemplateAllDrawersAllClosedStateName
public const string TemplateAllDrawersAllClosedStateName = "AllClosed"
Field Value
TemplateAllDrawersAnyOpenStateName
public const string TemplateAllDrawersAnyOpenStateName = "AnyOpen"
Field Value
TemplateAllDrawersGroupName
public const string TemplateAllDrawersGroupName = "AllDrawers"
Field Value
TemplateBottomClosedStateName
public const string TemplateBottomClosedStateName = "BottomDrawerClosed"
Field Value
TemplateBottomDrawerGroupName
public const string TemplateBottomDrawerGroupName = "BottomDrawer"
Field Value
TemplateBottomDrawerPartName
public const string TemplateBottomDrawerPartName = "PART_BottomDrawer"
Field Value
TemplateBottomOpenStateName
public const string TemplateBottomOpenStateName = "BottomDrawerOpen"
Field Value
TemplateContentCoverPartName
public const string TemplateContentCoverPartName = "PART_ContentCover"
Field Value
TemplateLeftClosedStateName
public const string TemplateLeftClosedStateName = "LeftDrawerClosed"
Field Value
TemplateLeftDrawerGroupName
public const string TemplateLeftDrawerGroupName = "LeftDrawer"
Field Value
TemplateLeftDrawerPartName
public const string TemplateLeftDrawerPartName = "PART_LeftDrawer"
Field Value
TemplateLeftOpenStateName
public const string TemplateLeftOpenStateName = "LeftDrawerOpen"
Field Value
TemplateRightClosedStateName
public const string TemplateRightClosedStateName = "RightDrawerClosed"
Field Value
TemplateRightDrawerGroupName
public const string TemplateRightDrawerGroupName = "RightDrawer"
Field Value
TemplateRightDrawerPartName
public const string TemplateRightDrawerPartName = "PART_RightDrawer"
Field Value
TemplateRightOpenStateName
public const string TemplateRightOpenStateName = "RightDrawerOpen"
Field Value
TemplateTopClosedStateName
public const string TemplateTopClosedStateName = "TopDrawerClosed"
Field Value
TemplateTopDrawerGroupName
public const string TemplateTopDrawerGroupName = "TopDrawer"
Field Value
TemplateTopDrawerPartName
public const string TemplateTopDrawerPartName = "PART_TopDrawer"
Field Value
TemplateTopOpenStateName
public const string TemplateTopOpenStateName = "TopDrawerOpen"
Field Value
TopDrawerBackgroundProperty
public static readonly DependencyProperty TopDrawerBackgroundProperty
Field Value
TopDrawerContentProperty
public static readonly DependencyProperty TopDrawerContentProperty
Field Value
TopDrawerContentStringFormatProperty
public static readonly DependencyProperty TopDrawerContentStringFormatProperty
Field Value
TopDrawerContentTemplateProperty
public static readonly DependencyProperty TopDrawerContentTemplateProperty
Field Value
TopDrawerContentTemplateSelectorProperty
public static readonly DependencyProperty TopDrawerContentTemplateSelectorProperty
Field Value
TopDrawerZIndexProperty
public static readonly DependencyProperty TopDrawerZIndexProperty
Field Value
Properties
BottomDrawerBackground
public Brush BottomDrawerBackground { get; set; }
Property Value
BottomDrawerContent
public object BottomDrawerContent { get; set; }
Property Value
BottomDrawerContentStringFormat
public string BottomDrawerContentStringFormat { get; set; }
Property Value
BottomDrawerContentTemplate
public DataTemplate BottomDrawerContentTemplate { get; set; }
Property Value
BottomDrawerContentTemplateSelector
public DataTemplateSelector BottomDrawerContentTemplateSelector { get; set; }
Property Value
BottomDrawerZIndex
public int BottomDrawerZIndex { get; }
Property Value
IsBottomDrawerOpen
public bool IsBottomDrawerOpen { get; set; }
Property Value
IsLeftDrawerOpen
public bool IsLeftDrawerOpen { get; set; }
Property Value
IsRightDrawerOpen
public bool IsRightDrawerOpen { get; set; }
Property Value
IsTopDrawerOpen
public bool IsTopDrawerOpen { get; set; }
Property Value
LeftDrawerBackground
public Brush LeftDrawerBackground { get; set; }
Property Value
LeftDrawerContent
public object LeftDrawerContent { get; set; }
Property Value
LeftDrawerContentStringFormat
public string LeftDrawerContentStringFormat { get; set; }
Property Value
LeftDrawerContentTemplate
public DataTemplate LeftDrawerContentTemplate { get; set; }
Property Value
LeftDrawerContentTemplateSelector
public DataTemplateSelector LeftDrawerContentTemplateSelector { get; set; }
Property Value
LeftDrawerZIndex
public int LeftDrawerZIndex { get; }
Property Value
RightDrawerBackground
public Brush RightDrawerBackground { get; set; }
Property Value
RightDrawerContent
public object RightDrawerContent { get; set; }
Property Value
RightDrawerContentStringFormat
public string RightDrawerContentStringFormat { get; set; }
Property Value
RightDrawerContentTemplate
public DataTemplate RightDrawerContentTemplate { get; set; }
Property Value
RightDrawerContentTemplateSelector
public DataTemplateSelector RightDrawerContentTemplateSelector { get; set; }
Property Value
RightDrawerZIndex
public int RightDrawerZIndex { get; }
Property Value
TopDrawerBackground
public Brush TopDrawerBackground { get; set; }
Property Value
TopDrawerContent
public object TopDrawerContent { get; set; }
Property Value
TopDrawerContentStringFormat
public string TopDrawerContentStringFormat { get; set; }
Property Value
TopDrawerContentTemplate
public DataTemplate TopDrawerContentTemplate { get; set; }
Property Value
TopDrawerContentTemplateSelector
public DataTemplateSelector TopDrawerContentTemplateSelector { get; set; }
Property Value
TopDrawerZIndex
public int TopDrawerZIndex { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()