Class
CategoryModel

Class representing a default ICategory implementation.

Definition

Constructors

CategoryModel()

Declaration

cs-api-definition
public CategoryModel()

Properties

CategoryBrush

Gets or sets the category brush.

Declaration

cs-api-definition
public Brush CategoryBrush { get; set; }

Property Value

Brush

The category brush.

Implements ICategory.CategoryBrush

CategoryName

Gets or sets the name of the category.

Declaration

cs-api-definition
public string CategoryName { get; set; }

Property Value

string

The name of the category.

Implements ICategory.CategoryName