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 |