AppBar class¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.AppBar
Modifiers: public
Summary¶
AppBar
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class AppBar
class UserControl
UserControl <|-- AppBar
class IHaveAppBar {
<>
}
IHaveAppBar <|.. AppBar
class IControlAppBar {
<>
}
IControlAppBar <|.. AppBar
class IComponentConnector {
<>
}
IComponentConnector <|.. AppBar
Inherits from: UserControl
Implements: IHaveAppBar, IControlAppBar, IComponentConnector
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [AppBar](# class. |
Properties¶
| Name | Summary |
|---|---|
| AppBarEnabled | Gets or sets a value indicating whether [application bar enabled]. |
| AppBarIsSticky | Gets a value indicating whether [application bar is sticky]. |
| AppBarLeft | Gets or sets the AppBarLeft content. |
| AppBarRight | Gets or sets the AppBarRight content. |
Fields¶
| Name | Summary |
|---|---|
| static AppBarEnabledProperty | The application bar enabled property. |
| static AppBarIsStickyProperty | Holds AppBar open until explicitly closed. |
| static AppBarLeftProperty | Recommended Height 88. |
| static AppBarRightProperty | Recommended Height 88. |
Methods¶
| Name | Summary |
|---|---|
| GetTemplateChild | Gets the template child. |
| InitializeComponent | InitializeComponent |