menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class MeasurementSettings

    Represents measurement and its selector settings

    Inheritance
    System.Object
    MeasurementSettings
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class MeasurementSettings : Object

    Properties

    Area

    Gets or sets the AreaAnnotation appearance of the Area measurement annotation.

    Declaration
    public AreaAnnotation Area { get; set; }
    Property Value
    Type
    AreaAnnotation

    Distance

    Gets or sets the DistanceAnnotation appearance of the Distance measurement annotation.

    Declaration
    public DistanceAnnotation Distance { get; set; }
    Property Value
    Type
    DistanceAnnotation

    Perimeter

    Gets or sets the PerimeterAnnotation appearance of the perimeter measurement annotation.

    Declaration
    public PerimeterAnnotation Perimeter { get; set; }
    Property Value
    Type
    PerimeterAnnotation

    Radius

    Gets or sets the RadiusAnnotation appearance of the Radius measurement annotation.

    Declaration
    public RadiusAnnotation Radius { get; set; }
    Property Value
    Type
    RadiusAnnotation

    ScaleRatio

    Gets or sets the scale ratio for the measurement annotations.

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

    ShouldUpdateScaleMeasureValue

    Gets or sets a value that indicates whether the existing measurement values should be updated when scale ratio is changed.

    Declaration
    public bool ShouldUpdateScaleMeasureValue { get; set; }
    Property Value
    Type
    System.Boolean

    Volume

    Gets or sets the VolumeAnnotation appearance of the Volume measurement annotation.

    Declaration
    public VolumeAnnotation Volume { get; set; }
    Property Value
    Type
    VolumeAnnotation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved