menu

Document Processing

SelectorSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    SelectorSettings Class

    Represents the default appearance of annotation selector.

    Inheritance
    System.Object
    SelectorSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class SelectorSettings : Object

    Properties

    LockedStrokeColor

    Gets or sets the default color for the locked annotation selector.

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

    StrokeColor

    Gets or sets the default color of annotation selector.

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