Class Style
Class implementation for Style
Inheritance
System.Object
Style
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class Style : Object, INotifyPropertyChanged
Constructors
Style()
Initializes a new instance of the Style class.
Declaration
public Style()
Properties
BackgroundColor
Gets or sets Background Color.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
Margin
Gets or sets Margin of the Text.
Declaration
public Margin Margin { get; set; }
Property Value
Type |
---|
Margin |
TextColor
Gets or sets Text Color.
Declaration
public int TextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TextSize
Gets or sets Text Size.
Declaration
public double TextSize { get; set; }
Property Value
Type |
---|
System.Double |
TextStyle
Gets or sets Type Face.
Declaration
public Typeface TextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
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