menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderStyle - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderStyle

    Represents the header style of a symbol group.

    Inheritance
    System.Object
    HeaderStyle
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class HeaderStyle : Object

    Constructors

    HeaderStyle()

    Initializes a new instance of the HeaderStyle class.

    Declaration
    public HeaderStyle()

    Properties

    Fill

    Gets or sets the fill color of header.

    Declaration
    public Color Fill { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    FontFamily

    Gets or sets the font name of the textual data in the symbol group header.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    A string that represents the font family name.

    FontSize

    Gets or sets the size of the font.

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

    FontStyle

    Gets or sets the font style of the header text.

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    FontStyle

    HorizontalAlignment

    Gets or sets the horizontal alignment of the header text.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type
    HorizontalAlignment

    TextBrush

    Gets or sets the text brush of the textual data in the symbol group header.

    Declaration
    public Color TextBrush { get; set; }
    Property Value
    Type
    Android.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved