menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CircleAnnotation

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

    Inheritance
    System.Object
    CircleAnnotation
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class CircleAnnotation : Object

    Properties

    IsLocked

    Gets or sets a value indicating whether the annotations can be edited. If this property is true, annotations can be selected, but resizing, moving, editing and removing actions will be disabled for the user. Default value is false.

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

    Settings

    Gets or sets the circle annotation properties.

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