alexa

    Show / Hide Table of Contents

    Class PdfViewerUnderlineSettings

    Represents the settings for underline annotation.

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

    Constructors

    PdfViewerUnderlineSettings()

    Declaration
    public PdfViewerUnderlineSettings()

    Properties

    UnderlineColor

    Get and Set the underline color. The default value is System.Windows.Media.Colors.DarkGreen

    Declaration
    public Color UnderlineColor { get; set; }
    Property Value
    Type
    System.Windows.Media.Color
    Back to top Generated by DocFX