Xamarin.iOS

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

    Show / Hide Table of Contents

    Class VolumeAnnotation

    Specifies and allows editing the information about how the volume measurement will appear.

    Inheritance
    System.Object
    MeasurementAnnotationSettings
    VolumeAnnotation
    Implements
    IAnnotation
    Inherited Members
    MeasurementAnnotationSettings.StrokeColor
    MeasurementAnnotationSettings.FillColor
    MeasurementAnnotationSettings.Opacity
    MeasurementAnnotationSettings.Thickness
    MeasurementAnnotationSettings.Text
    MeasurementAnnotationSettings.TextOpacity
    MeasurementAnnotationSettings.TextColor
    MeasurementAnnotationSettings.TextBackgroundColor
    MeasurementAnnotationSettings.TextSize
    MeasurementAnnotationSettings.MaximumHeight
    MeasurementAnnotationSettings.MinimumHeight
    MeasurementAnnotationSettings.MaximumWidth
    MeasurementAnnotationSettings.MinimumWidth
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class VolumeAnnotation : MeasurementAnnotationSettings, IAnnotation

    Properties

    Depth

    Gets or sets the Depth of the volume shape .

    Declaration
    public ValueTuple<float, MeasurementUnit> Depth { get; set; }
    Property Value
    Type Description
    System.ValueTuple<System.Single, MeasurementUnit>

    IsLocked

    Gets or sets a value that indicates whether the annotations can be edited. if this property is true, annotation selection, resizing, moving and editing actions will be disabled for the user. Default value is false.

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    When the property is true, only the tapped event will be raised, and the selected event will not be raised.

    Implements

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