menu

WPF

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

    Show / Hide Table of Contents

    Class PdfViewerStrikethroughSettings

    Represents the settings for strikethrough annotation.

    Inheritance
    System.Object
    AnnotationSettings
    TextMarkupAnnotationSettings
    PdfViewerStrikethroughSettings
    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 PdfViewerStrikethroughSettings : TextMarkupAnnotationSettings

    Constructors

    PdfViewerStrikethroughSettings()

    Declaration
    public PdfViewerStrikethroughSettings()

    Properties

    StrikethroughColor

    Get and Set the strikethrough color. The default value is System.Windows.Media.Colors.Red

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