Search Results for

    Show / Hide Table of Contents

    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 Source

    TileViewModel(KanbanData, KanbanBoardViewModel)

    Declaration
    public TileViewModel(KanbanData model, KanbanBoardViewModel kanbanBoard)
    Parameters
    Type Name Description
    KanbanData model
    KanbanBoardViewModel kanbanBoard

    Properties

    | Improve this Doc View Source

    CommentVisibility

    Gets the comment visibility

    Declaration
    public Visibility CommentVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    Content

    Gets or sets the tile main content (text)

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemComment

    Gets or sets the tile comment

    Declaration
    public string ItemComment { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KanbanBoard

    Gets the assigned kanban board

    Declaration
    public KanbanBoardViewModel KanbanBoard { get; }
    Property Value
    Type Description
    KanbanBoardViewModel
    | Improve this Doc View Source

    Model

    Gets the current data model instance

    Declaration
    public KanbanData Model { get; }
    Property Value
    Type Description
    KanbanData
    | Improve this Doc View Source

    StackDisplayName

    Get or sets the stack display name

    Declaration
    public string StackDisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Title

    Gets or sets the tile title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ToolTip

    Gets the tile tool tip

    Declaration
    public string ToolTip { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx