Class ShapeAnnotation
Abstract base class for SquareAnnotation, CircleAnnotation, and LineAnnotation.
Inheritance
System.Object
ShapeAnnotation
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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