Class KanbanPlaceholderStyle
This class is used to customize the appearance of card placeholder in the SfKanban.
Inheritance
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanPlaceholderStyle : Element, IThemeElement
Constructors
KanbanPlaceholderStyle()
Initializes a new instance of the KanbanPlaceholderStyle class.
Declaration
public KanbanPlaceholderStyle()
Fields
BackgroundColorProperty
Identifies the BackgroundColor bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderColorProperty
Identifies the BorderColor bindable property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
BorderThicknessProperty
Identifies the BorderThickness bindable property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Identifies the FontSize bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedBackgroundColorProperty
Identifies the SelectedBackgroundColor bindable property.
Declaration
public static readonly BindableProperty SelectedBackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedBorderColorProperty
Identifies the SelectedBorderColor bindable property.
Declaration
public static readonly BindableProperty SelectedBorderColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedBorderThicknessProperty
Identifies the SelectedBorderThickness bindable property.
Declaration
public static readonly BindableProperty SelectedBorderThicknessProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedFontSizeProperty
Identifies the SelectedFontSize bindable property.
Declaration
public static readonly BindableProperty SelectedFontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedStrokeDashArrayProperty
Identifies the SelectedStrokeDashArray bindable property.
Declaration
public static readonly BindableProperty SelectedStrokeDashArrayProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
SelectedTextColorProperty
Identifies the SelectedTextColor bindable property.
Declaration
public static readonly BindableProperty SelectedTextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeDashArrayProperty
Identifies the StrokeDashArray bindable property.
Declaration
public static readonly BindableProperty StrokeDashArrayProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Identifies the TextColor bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the Color which specifies the backgroud color of the placeholder.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
BorderColor
Gets or sets the Color value which specifies the border color of the placeholder.
Declaration
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property take color. |
BorderThickness
Gets or sets a value which specifies the placeholder's border thickness.
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
FontSize
Gets or sets a value which specifies the font size of the placeholder's content.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
SelectedBackgroundColor
Gets or sets the Color value which specifies the selected placeholder's background color.
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Remarks
SelectedBackgroundColor will be applied to the category's placeholder background, when a column is having multiple categories and card dragged over to a particular category.
SelectedBorderColor
Gets or sets the Color value which specifies the selected placeholder's border color.
Declaration
public Color SelectedBorderColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
SelectedBorderThickness
Gets or sets a value which specifies the selected placeholder's border thickness.
Declaration
public double SelectedBorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
SelectedBorderThickness will be applied to the category's placeholder border thickness, when a column is having multiple categories and card dragged over to a particular category.
SelectedFontSize
Gets or sets a value which specifies the font size of the selected placeholder's content.
Declaration
public double SelectedFontSize { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
SelectedStrokeDashArray will be applied to the category's placeholder content, when a column is having multiple categories and card dragged over to a particular category.
SelectedStrokeDashArray
Gets or sets a double array value to denote the selected placeholder border's stroke dash array.
Declaration
public double[] SelectedStrokeDashArray { get; set; }
Property Value
Type |
---|
System.Double[] |
Remarks
SelectedStrokeDashArray will be applied to the category's placeholder border, when a column is having multiple categories and card dragged over to a particular category.
SelectedTextColor
Gets or sets the Color value which specifies the selected placeholder's text color.
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Remarks
SelectedTextColor will be applied to the category's placeholder text color, when a column is having multiple categories and card dragged over to a particular category.
StrokeDashArray
Gets or sets a double array value to denote the placeholder border's stroke dash array.
Declaration
public double[] StrokeDashArray { get; set; }
Property Value
Type |
---|
System.Double[] |
TextColor
Gets or sets the Color value which specifies the text color of the placeholder.
Declaration
public Color TextColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |