BreadcrumbBarItem class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.BreadcrumbBarItem
Modifiers: public
Summary¶
Represents an item in a BreadcrumbBar control.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class BreadcrumbBarItem
class ContentControl
ContentControl <|-- BreadcrumbBarItem
Inherits from: ContentControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [BreadcrumbBarItem](# class. |
Properties¶
| Name | Summary |
|---|---|
| NavigationType | Gets or sets the type of the navigation. |
| Self | Gets the self. |
| Icon | Gets or sets displayed [IconElement](# |
| IconMargin | Gets or sets get or sets margin for the [Icon](# |
| IsLast | Gets or sets a value indicating whether the current item is the last one. |
Fields¶
| Name | Summary |
|---|---|
| static IconProperty | Property for [Icon](# |
| static IconMarginProperty | Property for [IconMargin](# |
| static IsLastProperty | Property for [IsLast](# |
| static SelfProperty | The self property. |
| static NavigationTypeProperty | The navigation type property. |