alexa
menu

Document Processing

    Show / Hide Table of Contents

    ShapeAnnotation Class

    Abstract base class for SquareAnnotation, CircleAnnotation, and LineAnnotation.

    Inheritance
    System.Object
    Annotation
    ShapeAnnotation
    CircleAnnotation
    LineAnnotation
    PolygonAnnotation
    PolylineAnnotation
    SquareAnnotation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Annotation.Author
    Annotation.Color
    Annotation.Comments
    Annotation.CustomData
    Annotation.FillColor
    Annotation.FlattenOnSave
    Annotation.Hidden
    Annotation.IsLocked
    Annotation.ModifiedDate
    Annotation.Name
    Annotation.Opacity
    Annotation.PageNumber
    Annotation.PropertyChanged
    Annotation.Subject
    Annotation.Text
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public abstract class ShapeAnnotation : Annotation, INotifyPropertyChanged

    Properties

    BorderWidth

    Gets or sets the border thickness of an annotation.

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type
    System.Single

    Bounds

    Gets or sets the bounds for the shape annotation.

    Declaration
    public RectF Bounds { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.RectF

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved