Xamarin.iOS

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFMonthInlineViewStyle

    Show / Hide Table of Contents

    Class SFMonthInlineViewStyle

    Month inline view style to customize the appearance of the month inline view

    Inheritance
    System.Object
    SFMonthInlineViewStyle
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class SFMonthInlineViewStyle : NSObject

    Constructors

    SFMonthInlineViewStyle()

    Initializes a new instance of the SFMonthInlineViewStyle class

    Declaration
    public SFMonthInlineViewStyle()

    Properties

    BackgroundColor

    Gets or sets the Background color for month inline view

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

    TextColor

    Gets or sets the Text color for month inline view

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

    TextStyle

    Gets or sets the Text style for month inline view

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

    TimeTextColor

    Gets or sets the Time text color for month inline view

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

    TimeTextFormat

    Gets or sets the Time text format for month inline view

    Declaration
    public NSString TimeTextFormat { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    TimeTextStyle

    Gets or sets the Time text style for month inline view

    Declaration
    public UIFont TimeTextStyle { get; set; }
    Property Value
    Type Description
    UIKit.UIFont
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved