alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SelectorSettings

    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 - 2026 Syncfusion Inc. All Rights Reserved