menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationAppearanceSettings - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationAppearanceSettings

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

    Inheritance
    System.Object
    BaseAnnotationSettings
    AnnotationAppearanceSettings
    FreeTextAnnotationSettings
    InkAnnotationSettings
    ShapeAnnotationSettings
    StickyNoteAnnotationSettings
    TextMarkupAnnotationSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    BaseAnnotationSettings.IsLocked
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class AnnotationAppearanceSettings : BaseAnnotationSettings, INotifyPropertyChanged

    Constructors

    AnnotationAppearanceSettings()

    Declaration
    public AnnotationAppearanceSettings()

    Properties

    Color

    Gets or sets the default stroke color of annotations.

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

    Opacity

    Gets or sets the default opacity of annotations.

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

    Events

    PropertyChanged

    Occurs when a property value changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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