alexa
menu

Document Processing

    Show / Hide Table of Contents

    ShapeAnnotationSettings Class

    Represents the settings that allows to customize the default appearance of shape annotations.

    Inheritance
    System.Object
    BaseAnnotationSettings
    AnnotationAppearanceSettings
    ShapeAnnotationSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    AnnotationAppearanceSettings.Color
    AnnotationAppearanceSettings.Opacity
    AnnotationAppearanceSettings.PropertyChanged
    BaseAnnotationSettings.IsLocked
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class ShapeAnnotationSettings : AnnotationAppearanceSettings, INotifyPropertyChanged

    Constructors

    ShapeAnnotationSettings()

    Declaration
    public ShapeAnnotationSettings()

    Properties

    BorderStyle

    Gets or sets the default border style

    Declaration
    public BorderStyle BorderStyle { get; set; }
    Property Value
    Type
    BorderStyle

    BorderWidth

    Gets or sets the border thickness of an annotation.

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

    FillColor

    Gets or sets the fill color of annotations.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    MinimumSize

    Gets or sets the minimum size for shape annotations.

    Declaration
    public Size MinimumSize { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Size

    Implements

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