Class SelectorSettings
Represents the default appearance of annotation selector
Inheritance
System.Object
SelectorSettings
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class SelectorSettings : Object
Constructors
SelectorSettings()
Instantiates a new instance of the SelectorSettings class.
Declaration
public SelectorSettings()
Properties
StrokeColor
Gets or sets the default color of text markup annotation selector.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | the default color of text markup annotation selector is blue. |