Xamarin.Android

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

    Show / Hide Table of Contents

    Class LinearLabel

    Represents the linear label

    Inheritance
    System.Object
    LinearLabel
    Namespace: Com.Syncfusion.Gauges.SfLinearGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class LinearLabel : Object

    Constructors

    LinearLabel()

    Declaration
    public LinearLabel()

    Properties

    FontStyle

    Gets or sets the style for the header

    Declaration
    public Typeface FontStyle { get; set; }
    Property Value
    Type Description
    Android.Graphics.Typeface

    Offset

    Gets or sets the position for Gauge Header

    Declaration
    public PointF Offset { get; set; }
    Property Value
    Type Description
    Android.Graphics.PointF

    Position

    Gets or sets the position for Gauge Header

    Declaration
    public PointF Position { get; set; }
    Property Value
    Type Description
    Android.Graphics.PointF

    Text

    Gets or sets the text of the gauge header

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

    TextColor

    Gets or sets the color for the header

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

    TextSize

    Gets or sets the Label text size

    Declaration
    public double TextSize { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved