Xamarin.Android

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

    Show / Hide Table of Contents

    Class LinearLabelRenderer

    Represents the linear label renderer

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

    Constructors

    LinearLabelRenderer(Context)

    Initializes a new instance of the LinearLabelRenderer class.

    Declaration
    public LinearLabelRenderer(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    To get the Context

    LinearLabelRenderer(Context, IAttributeSet)

    Initializes a new instance of the LinearLabelRenderer class.

    Declaration
    public LinearLabelRenderer(Context context, IAttributeSet attrs)
    Parameters
    Type Name Description
    Android.Content.Context context

    to get context

    Android.Util.IAttributeSet attrs

    to get attributes

    Methods

    OnDraw(Canvas)

    Override methods

    Declaration
    protected override void OnDraw(Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas

    To get the Canvas.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved