menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionStyle

    Provides styling options such as background color, border thickness, border corner radius and border color for Selection.

    Inheritance
    System.Object
    SelectionStyle
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class SelectionStyle : Element, IThemeElement

    Constructors

    SelectionStyle()

    Initializes a new instance of the SelectionStyle class.

    Declaration
    public SelectionStyle()

    Fields

    BackgroundColorProperty

    Gets or sets the BackgroundColor. This is a bindable property.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BorderColorProperty

    Gets or sets the BorderColor. This is a bindable property.

    Declaration
    public static readonly BindableProperty BorderColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BorderCornerRadiusProperty

    Gets or sets the BorderCornerRadius. This is a bindable property.

    Declaration
    public static readonly BindableProperty BorderCornerRadiusProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BorderThicknessProperty

    Gets or sets the BorderThickness. This is a bindable property.

    Declaration
    public static readonly BindableProperty BorderThicknessProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor for Selected Cell or time slot. This is a bindable property.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the System.Double value.

    BorderColor

    Gets or sets the BorderColor for Selected cell or Time slot. This is a bindable property.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color value.

    BorderCornerRadius

    Gets or sets the BorderCornerRadius for Selected cell or Time slot. This is a bindable property.

    Declaration
    public double BorderCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the System.Double value.

    BorderThickness

    Gets or sets the BorderWidth for Selected cell or Time slot. This is a bindable property.

    Declaration
    public double BorderThickness { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the System.Double value.

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