BreadcrumbBarItem class¶
Defined in
Namespace: CrissCross.Avalonia.UI.Controls
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Controls.BreadcrumbBarItem
Modifiers: public
Summary¶
Represents an item in a BreadcrumbBar control.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
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 icon. |
| IconMargin | Gets 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. |