menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeAnnotationSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeAnnotationSettings

    Provides the common settings for the shape annotations.

    Inheritance
    System.Object
    AnnotationSettings
    ShapeAnnotationSettings
    PdfViewerArrowSettings
    PdfViewerCircleSettings
    PdfViewerLineSettings
    PdfViewerPolygonSettings
    PdfViewerPolylineSettings
    PdfViewerRectangleSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Constraints
    AnnotationSettings.IsLocked
    AnnotationSettings.ModifiedDate
    AnnotationSettings.Opacity
    AnnotationSettings.Subject
    AnnotationSettings.Text
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class ShapeAnnotationSettings : AnnotationSettings

    Constructors

    ShapeAnnotationSettings()

    Declaration
    public ShapeAnnotationSettings()

    Properties

    Thickness

    Gets or Sets the thickness value for the annotation.

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

    The value ranges from 1 to 10. The default value is 2.

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