Table of Contents

Class BreadcrumbBarItem

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Represents an item in a BreadcrumbBar control.

public class BreadcrumbBarItem : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
BreadcrumbBarItem
Implements
Inherited Members

Fields

IconMarginProperty

Identifies the IconMargin dependency property.

public static readonly DependencyProperty IconMarginProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

IsLastProperty

Identifies the IsLast dependency property.

public static readonly DependencyProperty IsLastProperty

Field Value

DependencyProperty

Properties

Icon

Gets or sets displayed IconElement.

public IconElement? Icon { get; set; }

Property Value

IconElement

IconMargin

Gets or sets get or sets margin for the Icon

public Thickness IconMargin { get; set; }

Property Value

Thickness

IsLast

Gets or sets a value indicating whether the current item is the last one.

public bool IsLast { get; set; }

Property Value

bool