menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFLinearGaugeAnnotation - API Reference

    Show / Hide Table of Contents

    Class SFLinearGaugeAnnotation

    Inheritance
    System.Object
    SFLinearGaugeAnnotation
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFLinearGaugeAnnotation : Object

    Constructors

    SFLinearGaugeAnnotation()

    Declaration
    public SFLinearGaugeAnnotation()

    Properties

    HorizontalViewAlignment

    Declaration
    public ViewAlignment HorizontalViewAlignment { get; set; }
    Property Value
    Type Description
    ViewAlignment

    OffsetX

    Declaration
    public float OffsetX { get; set; }
    Property Value
    Type Description
    System.Single

    OffsetY

    Declaration
    public float OffsetY { get; set; }
    Property Value
    Type Description
    System.Single

    ScaleIndex

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

    ScaleValue

    Declaration
    public nfloat ScaleValue { get; set; }
    Property Value
    Type Description
    System.nfloat

    VerticalViewAlignment

    Declaration
    public ViewAlignment VerticalViewAlignment { get; set; }
    Property Value
    Type Description
    ViewAlignment

    View

    Declaration
    public UIView View { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    ViewMargin

    Gets or sets the position of the view

    Declaration
    public CGPoint ViewMargin { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved