menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Style - API Reference

    Show / Hide Table of Contents

    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 Description
    System.Int32

    Margin

    Gets or sets Margin of the Text.

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

    TextColor

    Gets or sets Text Color.

    Declaration
    public int TextColor { get; set; }
    Property Value
    Type Description
    System.Int32

    TextSize

    Gets or sets Text Size.

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

    TextStyle

    Gets or sets Type Face.

    Declaration
    public Typeface TextStyle { get; set; }
    Property Value
    Type Description
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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