Class TileViewModel
Kanban data tile
Inheritance
System.Object
TileViewModel
Namespace: Simplic.Kanban.UI
Assembly: Simplic.Kanban.UI.dll
Syntax
public class TileViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceTileViewModel(KanbanData, KanbanBoardViewModel)
Declaration
public TileViewModel(KanbanData model, KanbanBoardViewModel kanbanBoard)
Parameters
Type | Name | Description |
---|---|---|
KanbanData | model | |
KanbanBoardViewModel | kanbanBoard |
Properties
| Improve this Doc View SourceCommentVisibility
Gets the comment visibility
Declaration
public Visibility CommentVisibility { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
Content
Gets or sets the tile main content (text)
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemComment
Gets or sets the tile comment
Declaration
public string ItemComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KanbanBoard
Gets the assigned kanban board
Declaration
public KanbanBoardViewModel KanbanBoard { get; }
Property Value
Type | Description |
---|---|
KanbanBoardViewModel |
Model
Gets the current data model instance
Declaration
public KanbanData Model { get; }
Property Value
Type | Description |
---|---|
KanbanData |
StackDisplayName
Get or sets the stack display name
Declaration
public string StackDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TileBrush
Gets or sets the stack brush (color on the left side)
Declaration
public SolidColorBrush TileBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.SolidColorBrush |
Title
Gets or sets the tile title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Gets the tile tool tip
Declaration
public string ToolTip { get; }
Property Value
Type | Description |
---|---|
System.String |