Class TextMarkupAnnotationSettings
Represents the customization of text markup annotation which is selected.
Inheritance
System.Object
TextMarkupAnnotationSettings
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class TextMarkupAnnotationSettings : Object
Properties
Color
Gets or sets the color of the selected text markup annotation color.
Declaration
public UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
Constraints
Gets or sets a value that indicates the constraints to the annotation interactions.
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
Type |
---|
AnnotationConstraints |
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |