menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanCardStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanCardStyle

    KanbanCardStyle provides API that support UI customization and the automatic layout system.

    Inheritance
    System.Object
    KanbanCardStyle
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.dll
    Syntax
    public class KanbanCardStyle : FrameworkElement

    Constructors

    KanbanCardStyle()

    Initializes a new instance of the KanbanCardStyle class.

    Declaration
    public KanbanCardStyle()

    Fields

    BackgroundProperty

    Using a DependencyProperty as the backing store for Background. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    BorderBrushProperty

    Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BorderBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    BorderThicknessProperty

    Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BorderThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    CornerRadiusProperty

    Using a DependencyProperty as the backing store for CornerRadius. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CornerRadiusProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    Using a DependencyProperty as the backing store for FontSize. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontWeightProperty

    Using a DependencyProperty as the backing store for FontWeight.

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ForegroundProperty

    Using a DependencyProperty as the backing store for Foreground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IconVisibilityProperty

    Using a DependencyProperty as the backing store for IconVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty IconVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IndicatorVisibilityProperty

    Using a DependencyProperty as the backing store for IndicatorVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty IndicatorVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TagBackgroundProperty

    Using a DependencyProperty as the backing store for TagBackground.

    Declaration
    public static readonly DependencyProperty TagBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TagForegroundProperty

    Using a DependencyProperty as the backing store for TagForeground.

    Declaration
    public static readonly DependencyProperty TagForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TagVisibilityProperty

    Using a DependencyProperty as the backing store for TagVisibility. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TagVisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TitleColorProperty

    Using a DependencyProperty as the backing store for TitleColor. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TitleColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TitleFontSizeProperty

    Using a DependencyProperty as the backing store for TitleFontSize. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TitleFontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TitleFontWeightProperty

    Using a DependencyProperty as the backing store for TitleFontWeight.

    Declaration
    public static readonly DependencyProperty TitleFontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TitleHorizontalAlignmentProperty

    Using a DependencyProperty as the backing store for TitleHorizontalAlignment. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TitleHorizontalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets a Brush that used to change card's back color.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    BorderBrush

    Gets or sets a Brush that indicates card's border Brush.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    BorderThickness

    Gets or sets a thickness that indicates border thickness of card.

    Declaration
    public Thickness BorderThickness { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    CornerRadius

    Gets or sets a corner radius that indicates card's round corner radius value.

    Declaration
    public CornerRadius CornerRadius { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.CornerRadius

    FontSize

    Gets or sets a value that used to customize font size in card's description.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    FontWeight

    Gets or sets a value that used to customize font weight in card's description.

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    Foreground

    Gets or sets a Brush that used to customize card's description foreground.

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    IconVisibility

    Gets or sets visibility that indicates card's icon visibility.

    Declaration
    public Visibility IconVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    IndicatorVisibility

    Gets or sets visibility value that indicates card's indicator visibility.

    Declaration
    public Visibility IndicatorVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    TagBackground

    Gets or sets a Brush to change tag's background color.

    Declaration
    public Brush TagBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TagForeground

    Gets or sets a Brush to change tag's foreground color.

    Declaration
    public Brush TagForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TagVisibility

    Gets or sets visibility that indicates TagPanel visibility.

    Declaration
    public Visibility TagVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    TitleColor

    Gets or sets a Brush that indicates header color of KanbanCardItem.

    Declaration
    public Brush TitleColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TitleFontSize

    Gets or sets a value that indicates card's title font size.

    Declaration
    public double TitleFontSize { get; set; }
    Property Value
    Type
    System.Double

    TitleFontWeight

    Gets or sets a value that indicates card's title font weight.

    Declaration
    public FontWeight TitleFontWeight { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    TitleHorizontalAlignment

    Gets or sets a alignment value that used to align card's title horizontally.

    Declaration
    public HorizontalAlignment TitleHorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved