menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFSelectionStyle

    Selection style to customize the appearance of the selection

    Inheritance
    System.Object
    SFSelectionStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class SFSelectionStyle : NSObject, INotifyPropertyChanged

    Constructors

    SFSelectionStyle()

    Initializes a new instance of the SFSelectionStyle class

    Declaration
    public SFSelectionStyle()

    Properties

    BackgroundColor

    Gets or sets the selection background color

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

    BorderColor

    Gets or sets the selection border color

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

    BorderCornerRadius

    Gets or sets the selection border corner radius

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

    BorderThickness

    Gets or sets the selection border thickness

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

    Methods

    OnPropertyChanged(String)

    Once the property changed.

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    Occurs when the month view settings properties changed in month view of Schedule.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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