Skip to content

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

NameSummary
.ctorInitializes a new instance of the [AppBar](# class.

Properties

NameSummary
AppBarEnabledGets or sets a value indicating whether [application bar enabled].
AppBarIsStickyGets a value indicating whether [application bar is sticky].
AppBarLeftGets or sets the AppBarLeft content.
AppBarRightGets or sets the AppBarRight content.

Fields

NameSummary
static AppBarEnabledPropertyThe application bar enabled property.
static AppBarIsStickyPropertyHolds AppBar open until explicitly closed.
static AppBarLeftPropertyRecommended Height 88.
static AppBarRightPropertyRecommended Height 88.

Methods

NameSummary
GetTemplateChildGets the template child.
InitializeComponentInitializeComponent
Inherited members