menu

MAUI

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

    Show / Hide Table of Contents

    Class FreeTextAnnotationSettings

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

    Inheritance
    System.Object
    BaseAnnotationSettings
    AnnotationAppearanceSettings
    FreeTextAnnotationSettings
    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 FreeTextAnnotationSettings : AnnotationAppearanceSettings, INotifyPropertyChanged

    Constructors

    FreeTextAnnotationSettings()

    Declaration
    public FreeTextAnnotationSettings()

    Properties

    BorderColor

    Gets or sets the default border color of the free text annotation.

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

    BorderWidth

    Gets or sets the default border thickness of the free text 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

    FontSize

    Gets or sets the default font size of the free text annotation. The value is represented in the PDF coordinates.

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type
    System.Double

    Implements

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