Class KanbanPlaceholderStyle
Represents a style configuration class used to customize the appearance of a card placeholder in the SfKanban control. This includes settings for background, stroke, stroke thickness, stroke dash array, text style, and selection indicator visuals.
Inheritance
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanPlaceholderStyle : Element
Constructors
KanbanPlaceholderStyle()
Initializes a new instance of the KanbanPlaceholderStyle class.
Declaration
public KanbanPlaceholderStyle()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Backgrounddependency property. |
SelectionIndicatorBackgroundProperty
Identifies the SelectionIndicatorBackground dependency property.
Declaration
public static readonly BindableProperty SelectionIndicatorBackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SelectionIndicatorBackground dependency property. |
SelectionIndicatorStrokeDashArrayProperty
Identifies the SelectionIndicatorStrokeDashArray dependency property.
Declaration
public static readonly BindableProperty SelectionIndicatorStrokeDashArrayProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SelectionIndicatorStrokeDashArray dependency property. |
SelectionIndicatorStrokeProperty
Identifies the SelectionIndicatorStroke dependency property.
Declaration
public static readonly BindableProperty SelectionIndicatorStrokeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SelectionIndicatorStroke dependency property. |
SelectionIndicatorStrokeThicknessProperty
Identifies the SelectionIndicatorStrokeThickness dependency property.
Declaration
public static readonly BindableProperty SelectionIndicatorStrokeThicknessProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SelectionIndicatorStrokeThickness dependency property. |
SelectionIndicatorTextStyleProperty
Identifies the SelectionIndicatorTextStyle dependency property.
Declaration
public static readonly BindableProperty SelectionIndicatorTextStyleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SelectionIndicatorTextStyle dependency property. |
StrokeDashArrayProperty
Identifies the StrokeDashArray dependency property.
Declaration
public static readonly BindableProperty StrokeDashArrayProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for StrokeDashArray dependency property. |
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Stroke dependency property. |
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for StrokeThickness dependency property. |
TextStyleProperty
Identifies the TextStyle dependency property.
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for TextStyle dependency property. |
Properties
Background
Gets or sets the brush that defines the background color of the placeholder.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
SelectionIndicatorBackground
Gets or sets the brush that defines the background color of the placeholder when it is highlighted for interaction.
Declaration
public Brush SelectionIndicatorBackground { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
SelectionIndicatorStroke
Gets or sets the brush that defines the border color of the placeholder when it is highlighted.
Declaration
public Brush SelectionIndicatorStroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
SelectionIndicatorStrokeDashArray
Gets or sets the dash pattern for the placeholder border when it is highlighted.
Declaration
public DoubleCollection SelectionIndicatorStrokeDashArray { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.DoubleCollection |
SelectionIndicatorStrokeThickness
Gets or sets the thickness of the placeholder border when it is highlighted.
Declaration
public double SelectionIndicatorStrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
SelectionIndicatorTextStyle
Gets or sets the style of placeholder view text during interaction, that used to customize the text color, font, font size, font family and font attributes.
Declaration
public KanbanTextStyle SelectionIndicatorTextStyle { get; set; }
Property Value
Type |
---|
KanbanTextStyle |
Stroke
Gets or sets the brush that defines the border color of the placeholder.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
StrokeDashArray
Gets or sets the dash pattern used for the placeholder border.
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.DoubleCollection |
StrokeThickness
Gets or sets the thickness of the placeholder border.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
TextStyle
Gets or sets the style of placeholder view text, that used to customize the text color, font, font size, font family and font attributes.
Declaration
public KanbanTextStyle TextStyle { get; set; }
Property Value
Type |
---|
KanbanTextStyle |