menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SelectionStyle

    Selection style for schedule

    Inheritance
    System.Object
    ScheduleNotificationObject
    SelectionStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.PropertyChanged
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class SelectionStyle : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    SelectionStyle()

    Declaration
    public SelectionStyle()

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor View of SfSchedule.

    Declaration
    public int BackgroundColor { get; set; }
    Property Value
    Type
    System.Int32

    BorderColor

    Gets or sets the BorderColor View of SfSchedule.

    Declaration
    public int BorderColor { get; set; }
    Property Value
    Type
    System.Int32

    BorderThickness

    Gets or sets the BorderThickness View of SfSchedule.

    Declaration
    public int BorderThickness { get; set; }
    Property Value
    Type
    System.Int32

    CornerRadius

    Gets or sets the CornerRadius View of SfSchedule.

    Declaration
    public float CornerRadius { get; set; }
    Property Value
    Type
    System.Single

    Implements

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