Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFGaugeAnnotation

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

    Constructors

    SFGaugeAnnotation()

    Declaration
    public SFGaugeAnnotation()

    Properties

    Angle

    Gets or sets the Angle of Annotation

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

    HorizontalAlignment

    Gets or sets a value of HorizontalAlignment

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

    Offset

    Gets or sets the Offset of Annotation

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

    VerticalAlignment

    Gets or sets a value of VerticalViewAlignment

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

    View

    Gets or sets the View of Annotation

    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 - 2022 Syncfusion Inc. All Rights Reserved