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 |
---|
UIKit.UIColor |
Font
Gets or sets the font.
Declaration
public UIFont Font { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
Margin
Gets or sets the Margin.
Declaration
public UIEdgeInsets Margin { get; set; }
Property Value
Type |
---|
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged