Class SelectorSettings
Represents the default appearance of annotation selector
Inheritance
System.Object
SelectorSettings
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.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 UIColor StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | the default color of text markup annotation selector is blue. |