menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ArrowAnnotation

    Specifies and allows editing the information about how the arrow shape annotation will appear.

    Inheritance
    System.Object
    ArrowAnnotation
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class ArrowAnnotation : Object

    Properties

    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.

    Settings

    Gets or sets the associated with the shape annotation.

    Declaration
    public ShapeAnnotationSettings Settings { get; set; }
    Property Value
    Type Description
    ShapeAnnotationSettings

    The shape allows the user to customize the appearance of the shape annotation.

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