Class KanbanCardStyle
KanbanCardStyle provides API that support UI customization and the automatic layout system.
Inheritance
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.DependencyProperty |
FontWeightProperty
Using a DependencyProperty as the backing store for FontWeight.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.DependencyProperty |
TagBackgroundProperty
Using a DependencyProperty as the backing store for TagBackground.
Declaration
public static readonly DependencyProperty TagBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TagForegroundProperty
Using a DependencyProperty as the backing store for TagForeground.
Declaration
public static readonly DependencyProperty TagForegroundProperty
Field Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.DependencyProperty |
TitleFontWeightProperty
Using a DependencyProperty as the backing store for TitleFontWeight.
Declaration
public static readonly DependencyProperty TitleFontWeightProperty
Field Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.Media.Brush |
BorderBrush
Gets or sets a Brush that indicates card's border Brush.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
BorderThickness
Gets or sets a thickness that indicates border thickness of card.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.FontWeight |
Foreground
Gets or sets a Brush that used to customize card's description foreground.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
IconVisibility
Gets or sets visibility that indicates card's icon visibility.
Declaration
public Visibility IconVisibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |
IndicatorVisibility
Gets or sets visibility value that indicates card's indicator visibility.
Declaration
public Visibility IndicatorVisibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |
TagBackground
Gets or sets a Brush to change tag's background color.
Declaration
public Brush TagBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
TagForeground
Gets or sets a Brush to change tag's foreground color.
Declaration
public Brush TagForeground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
TagVisibility
Gets or sets visibility that indicates TagPanel visibility.
Declaration
public Visibility TagVisibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |
TitleColor
Gets or sets a Brush that indicates header color of KanbanCardItem.
Declaration
public Brush TitleColor { get; set; }
Property Value
Type |
---|
System.Windows.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 |
---|
System.Windows.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 |
---|
System.Windows.HorizontalAlignment |