menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class PerimeterAnnotation

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

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

    Properties

    Constraints

    Gets or sets a value that indicates the constraints to the annotation interactions.

    Declaration
    public AnnotationConstraints Constraints { get; set; }
    Property Value
    Type
    AnnotationConstraints

    IsAutoCloseEnabled

    Gets or sets a value that indicates whether the perimeter should be closed.

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

    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
    System.Boolean
    Remarks

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

    Name

    Gets or sets the name of the annotation.

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

    PageNumber

    Gets or sets the page index in which the annotation is added.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    Implements

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