Class KanbanPlaceholderStyle
This class is used to customize the appearance of card placeholder in the SfKanban.
Inheritance
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanPlaceholderStyle : Object
Constructors
KanbanPlaceholderStyle()
Declaration
public KanbanPlaceholderStyle()
Properties
BackgroundColor
Gets or sets backgroud color of the placeholder.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the background. |
DashGap
Gets or sets dash gap of the placeholder.
Declaration
public int DashGap { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The dash gap. |
DashWidth
Gets or sets dash width of the placeholder.
Declaration
public double DashWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The dash width. |
SelectedBackgroundColor
Gets or sets selected background color of the placeholder.
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the selected background. |
SelectedDashGap
Gets or sets selected dash gap of the placeholder.
Declaration
public int SelectedDashGap { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The selected dashe gap. |
SelectedDashWidth
Gets or sets selected dash width of the placeholder.
Declaration
public int SelectedDashWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The selected stroke dashes. |
SelectedStrokeColor
Gets or sets selected stroke color of the placeholder.
Declaration
public Color SelectedStrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the selected stroke. |
SelectedStrokeWidth
Gets or sets selected stroke width of the placeholder.
Declaration
public double SelectedStrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the selected stroke. |
SelectedTextColor
Gets or sets selected text color of the placeholder.
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the selected text. |
SelectedTextSize
Gets or sets selected text size of the placeholder.
Declaration
public double SelectedTextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The selected text size. |
StrokeColor
Gets or sets stroke color of the placeholder.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the stroke. |
StrokeWidth
Gets or sets stroke width of the placeholder.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the stroke. |
TextColor
Gets or sets text color of the placeholder.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the text. |
TextSize
Gets or sets a value which specifies the text size of the placeholder's content.
Declaration
public double TextSize { get; set; }
Property Value
Type |
---|
System.Double |