HypernovaDesktop Components · docs
Binarymission
WPFSmart Navigator › BinarySmartListBoxItem

BinarySmartListBoxItem

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.ListControls

A custom ListBoxItem class implementation, to provide for more enhanced user experience.

public class BinarySmartListBoxItem : ListBoxItem

Inherits from / implements: ListBoxItem

Members at a glance

BodyContentGets or sets the content of the body.
BodyContentFontFamilyGets or sets the body content font family.
BodyContentFontStretchGets or sets the body content font stretch.
BodyContentFontStyleGets or sets the body content font style.
BodyContentFontWeightGets or sets the body content font weight.
BodyContentMarginGets or sets the body content margin.
BodyContentMaximumWidthForOneLineGets or sets the body content maximum width for one line.
ItemBodyContentBrushGets or sets the item body content brush.
ItemBorderBackgroundBrushGets or sets the item border background brush.
ItemBorderBrushGets or sets the item border brush.
ItemBorderCornerRadiusGets or sets the item border corner radius.
ItemBorderMarginGets or sets the item border margin.
ItemBorderPaddingGets or sets the item border padding.
ItemBorderThicknessGets or sets the item border thickness.
ItemImageGets or sets the item image.
ItemTitleGets or sets the item title.
ItemTitleBrushGets or sets the item title brush.
ItemTitleFontFamilyGets or sets the item title font family.
ItemTitleFontStretchGets or sets the item title font stretch.
ItemTitleFontStyleGets or sets the item title font style.
ItemTitleFontWeightGets or sets the item title font weight.
ItemTitleTextMarginGets or sets the item title text margin.
BodyContentFontFamilyPropertyIdentifies the BodyContentFontFamily dependency property.
BodyContentFontStretchPropertyIdentifies the BodyContentFontStretch dependency property.
BodyContentFontStylePropertyIdentifies the BodyContentFontStyle dependency property.
BodyContentFontWeightPropertyIdentifies the BodyContentFontWeight dependency property.
BodyContentMarginPropertyIdentifies the BodyContentMargin dependency property.
BodyContentMaximumWidthForOneLinePropertyIdentifies the BodyContentMaximumWidthForOneLine dependency property.
BodyContentPropertyIdentifies the BodyContent dependency property.
ItemBodyContentBrushPropertyIdentifies the ItemBodyContentBrush dependency property.
ItemBorderBackgroundBrushPropertyIdentifies the ItemBorderBackgroundBrush dependency property.
ItemBorderBrushPropertyIdentifies the ItemBorderBrush dependency property.
ItemBorderCornerRadiusPropertyIdentifies the ItemBorderCornerRadius dependency property.
ItemBorderMarginPropertyIdentifies the ItemBorderMargin dependency property.
ItemBorderPaddingPropertyIdentifies the ItemBorderPadding dependency property.
ItemBorderThicknessPropertyIdentifies the ItemBorderThickness dependency property.
ItemImagePropertyIdentifies the ItemImage dependency property.
ItemTitleBrushPropertyIdentifies the ItemTitleBrush dependency property.
ItemTitleFontFamilyPropertyIdentifies the ItemTitleFontFamily dependency property.
ItemTitleFontStretchPropertyIdentifies the ItemTitleFontStretch dependency property.
ItemTitleFontStylePropertyIdentifies the ItemTitleFontStyle dependency property.
ItemTitleFontWeightPropertyIdentifies the ItemTitleFontWeight dependency property.
ItemTitlePropertyIdentifies the ItemTitle dependency property.
ItemTitleTextMarginPropertyIdentifies the ItemTitleTextMargin dependency property.

Properties

BodyContent

public string BodyContent

Gets or sets the content of the body.

Value. The content of the body.

BodyContentFontFamily

public FontFamily BodyContentFontFamily

Gets or sets the body content font family.

Value. The body content font family.

BodyContentFontStretch

public FontStretch BodyContentFontStretch

Gets or sets the body content font stretch.

Value. The body content font stretch.

BodyContentFontStyle

public FontStyle BodyContentFontStyle

Gets or sets the body content font style.

Value. The body content font style.

BodyContentFontWeight

public FontWeight BodyContentFontWeight

Gets or sets the body content font weight.

Value. The body content font weight.

BodyContentMargin

public Thickness BodyContentMargin

Gets or sets the body content margin.

BodyContentMaximumWidthForOneLine

public double BodyContentMaximumWidthForOneLine

Gets or sets the body content maximum width for one line.

Value. The body content maximum width for one line.

ItemBodyContentBrush

public Brush ItemBodyContentBrush

Gets or sets the item body content brush.

Value. The item body conten brush.

ItemBorderBackgroundBrush

public Brush ItemBorderBackgroundBrush

Gets or sets the item border background brush.

Value. The item border background brush.

ItemBorderBrush

public Brush ItemBorderBrush

Gets or sets the item border brush.

Value. The item border brush.

ItemBorderCornerRadius

public CornerRadius ItemBorderCornerRadius

Gets or sets the item border corner radius.

Value. The item border corner radius.

ItemBorderMargin

public Thickness ItemBorderMargin

Gets or sets the item border margin.

Value. The item border margin.

ItemBorderPadding

public Thickness ItemBorderPadding

Gets or sets the item border padding.

Value. The item border padding.

ItemBorderThickness

public double ItemBorderThickness

Gets or sets the item border thickness.

Value. The item border thickness.

ItemImage

public ImageSource ItemImage

Gets or sets the item image.

Value. The item image.

ItemTitle

public string ItemTitle

Gets or sets the item title.

Value. The item title.

ItemTitleBrush

public Brush ItemTitleBrush

Gets or sets the item title brush.

Value. The item title brush.

ItemTitleFontFamily

public FontFamily ItemTitleFontFamily

Gets or sets the item title font family.

Value. The item title font family.

ItemTitleFontStretch

public FontStretch ItemTitleFontStretch

Gets or sets the item title font stretch.

Value. The item title font stretch.

ItemTitleFontStyle

public FontStyle ItemTitleFontStyle

Gets or sets the item title font style.

Value. The item title font style.

ItemTitleFontWeight

public FontWeight ItemTitleFontWeight

Gets or sets the item title font weight.

Value. The item title font weight.

ItemTitleTextMargin

public Thickness ItemTitleTextMargin

Gets or sets the item title text margin.

Fields

BodyContentFontFamilyProperty

public static readonly DependencyProperty BodyContentFontFamilyProperty

Identifies the BodyContentFontFamily dependency property.

BodyContentFontStretchProperty

public static readonly DependencyProperty BodyContentFontStretchProperty

Identifies the BodyContentFontStretch dependency property.

BodyContentFontStyleProperty

public static readonly DependencyProperty BodyContentFontStyleProperty

Identifies the BodyContentFontStyle dependency property.

BodyContentFontWeightProperty

public static readonly DependencyProperty BodyContentFontWeightProperty

Identifies the BodyContentFontWeight dependency property.

BodyContentMarginProperty

public static readonly DependencyProperty BodyContentMarginProperty

Identifies the BodyContentMargin dependency property.

BodyContentMaximumWidthForOneLineProperty

public static readonly DependencyProperty BodyContentMaximumWidthForOneLineProperty

Identifies the BodyContentMaximumWidthForOneLine dependency property.

BodyContentProperty

public static readonly DependencyProperty BodyContentProperty

Identifies the BodyContent dependency property.

ItemBodyContentBrushProperty

public static readonly DependencyProperty ItemBodyContentBrushProperty

Identifies the ItemBodyContentBrush dependency property.

ItemBorderBackgroundBrushProperty

public static readonly DependencyProperty ItemBorderBackgroundBrushProperty

Identifies the ItemBorderBackgroundBrush dependency property.

ItemBorderBrushProperty

public static readonly DependencyProperty ItemBorderBrushProperty

Identifies the ItemBorderBrush dependency property.

ItemBorderCornerRadiusProperty

public static readonly DependencyProperty ItemBorderCornerRadiusProperty

Identifies the ItemBorderCornerRadius dependency property.

ItemBorderMarginProperty

public static readonly DependencyProperty ItemBorderMarginProperty

Identifies the ItemBorderMargin dependency property.

ItemBorderPaddingProperty

public static readonly DependencyProperty ItemBorderPaddingProperty

Identifies the ItemBorderPadding dependency property.

ItemBorderThicknessProperty

public static readonly DependencyProperty ItemBorderThicknessProperty

Identifies the ItemBorderThickness dependency property.

ItemImageProperty

public static readonly DependencyProperty ItemImageProperty

Identifies the ItemImage dependency property.

ItemTitleBrushProperty

public static readonly DependencyProperty ItemTitleBrushProperty

Identifies the ItemTitleBrush dependency property.

ItemTitleFontFamilyProperty

public static readonly DependencyProperty ItemTitleFontFamilyProperty

Identifies the ItemTitleFontFamily dependency property.

ItemTitleFontStretchProperty

public static readonly DependencyProperty ItemTitleFontStretchProperty

Identifies the ItemTitleFontStretch dependency property.

ItemTitleFontStyleProperty

public static readonly DependencyProperty ItemTitleFontStyleProperty

Identifies the ItemTitleFontStyle dependency property.

ItemTitleFontWeightProperty

public static readonly DependencyProperty ItemTitleFontWeightProperty

Identifies the ItemTitleFontWeight dependency property.

ItemTitleProperty

public static readonly DependencyProperty ItemTitleProperty

Identifies the ItemTitle dependency property.

ItemTitleTextMarginProperty

public static readonly DependencyProperty ItemTitleTextMarginProperty

Identifies the ItemTitleTextMargin dependency property.