menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class HeaderStyle

    Represents the header style of a symbolgroup.

    Inheritance
    System.Object
    HeaderStyle
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class HeaderStyle : Element, IThemeElement

    Constructors

    HeaderStyle()

    Initializes a new instance of the HeaderStyle class.

    Declaration
    public HeaderStyle()

    Fields

    FillProperty

    Represents the bindable property of FillProperty.

    Declaration
    public static readonly BindableProperty FillProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontFamilyProperty

    Represents the bindable property of FontFamilyProperty.

    Declaration
    public static readonly BindableProperty FontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontSizeProperty

    Represents the bindable property of FontSizeProperty.

    Declaration
    public static readonly BindableProperty FontSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    FontStyleProperty

    Represents the bindable property of FontStyleProperty.

    Declaration
    public static readonly BindableProperty FontStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HorizontalAlignmentProperty

    Represents the bindable property of HorizontalAlignmentProperty.

    Declaration
    public static readonly BindableProperty HorizontalAlignmentProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TextBrushProperty

    Represents the bindable property of TextBrushProperty.

    Declaration
    public static readonly BindableProperty TextBrushProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Fill

    Gets or sets the fill color of header.

    Declaration
    public Color Fill { get; set; }
    Property Value
    Type
    Xamarin.Forms.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
    Xamarin.Forms.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved