Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanPlaceholderStyle - Xamarin.iOS API Reference | Syncfusion SfKanban. ">

    Show / Hide Table of Contents

    Class KanbanPlaceholderStyle

    This class is used to customize the appearance of card placeholder in the SfKanban.

    Inheritance
    System.Object
    KanbanPlaceholderStyle
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class KanbanPlaceholderStyle : Object

    Constructors

    KanbanPlaceholderStyle()

    Declaration
    public KanbanPlaceholderStyle()

    Properties

    BackgroundColor

    Gets or sets backgroud color of the placeholder.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the background.

    SelectedBackgroundColor

    Gets or sets selected background color of the placeholder.

    Declaration
    public UIColor SelectedBackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected background.

    SelectedStrokeColor

    Gets or sets selected stroke color of the placeholder.

    Declaration
    public UIColor SelectedStrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected stroke.

    SelectedStrokeDashes

    Gets or sets selected stroke dashes of the placeholder.

    Declaration
    public nfloat[] SelectedStrokeDashes { get; set; }
    Property Value
    Type Description
    System.nfloat[]

    The selected stroke dashes.

    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 UIColor SelectedTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the selected text.

    SelectedTextFont

    Gets or sets selected text font of the placeholder.

    Declaration
    public UIFont SelectedTextFont { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The selected text font.

    StrokeColor

    Gets or sets stroke color of the placeholder.

    Declaration
    public UIColor StrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the stroke.

    StrokeDashes

    Gets or sets stroke dashes of the placeholder.

    Declaration
    public nfloat[] StrokeDashes { get; set; }
    Property Value
    Type Description
    System.nfloat[]

    The stroke dashes.

    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 UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the text.

    TextFont

    Gets or sets text font of the placeholder.

    Declaration
    public UIFont TextFont { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The text font.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved