Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFStyle

    Class implementation for SFStyle

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

    Constructors

    SFStyle()

    Initializes a new instance of the SFStyle class.

    Declaration
    public SFStyle()

    Properties

    Color

    Gets or sets the color.

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

    Font

    Gets or sets the font.

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

    Margin

    Gets or sets the Margin.

    Declaration
    public UIEdgeInsets Margin { get; set; }
    Property Value
    Type Description
    UIKit.UIEdgeInsets

    Methods

    OnPropertyChanged(String)

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

    Events

    PropertyChanged

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

    Implements

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