Class Header
Represents custom labels in the Circular Gauge
Inheritance
System.Object
Header
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class Header : Object
Remarks
Headers can be positioned and multiple headers can be added to the CircularGauge
Constructors
Header()
Declaration
public Header()
Properties
HeaderAlignment
Gets or sets the Alignment for header
Declaration
public HeaderAlignment HeaderAlignment { get; set; }
Property Value
| Type |
|---|
| HeaderAlignment |
HorizontalHeaderPosition
Gets or sets the horizontal view position for header.
Declaration
public ViewAlignment HorizontalHeaderPosition { get; set; }
Property Value
| Type |
|---|
| ViewAlignment |
Position
Gets or sets the position for Gauge Header
Declaration
public PointF Position { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.PointF |
Text
Gets or sets the string for the mGauge header
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
TextColor
Gets or sets the color for the header
Declaration
public int TextColor { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
TextSize
Gets or sets the text size of the Label
Declaration
public double TextSize { get; set; }
Property Value
| Type |
|---|
| System.Double |
TextStyle
Gets or sets the style for the header
Declaration
public Typeface TextStyle { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.Typeface |
VerticalHeaderPosition
Gets or sets the vertical view position for header.
Declaration
public ViewAlignment VerticalHeaderPosition { get; set; }
Property Value
| Type |
|---|
| ViewAlignment |