WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerPolygonSettings

    Show / Hide Table of Contents

    Class PdfViewerPolygonSettings

    Provides settings for polygon annotation.

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

    Constructors

    PdfViewerPolygonSettings()

    Declaration
    public PdfViewerPolygonSettings()

    Properties

    BorderEffect

    Gets or sets the border effect of the polygon annotation.

    Declaration
    public BorderEffect BorderEffect { get; set; }
    Property Value
    Type Description
    BorderEffect

    The border style of the polygon annotation. The default value is Solid.

    FillColor

    Gets or Sets the color of the polygon annotation when on inclusion. The default value is Transparent.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    StrokeColor

    Gets or Sets the stroke color of the polygon annotation when on inclusion. The default value is Red.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved