Class DistanceAnnotation
Specifies and allows editing the information about how the Distance measurement annotation will appear.
Implements
Inherited Members
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class DistanceAnnotation : MeasurementAnnotationSettings, IAnnotation
Properties
BeginStyle
Gets or sets the BeginStyle of the Distance shape .
Declaration
public BeginStyle BeginStyle { get; set; }
Property Value
Type | Description |
---|---|
BeginStyle |
EndStyle
Gets or sets the EndStyle of the Distance shape .
Declaration
public EndStyle EndStyle { get; set; }
Property Value
Type | Description |
---|---|
EndStyle |
IsLocked
Gets or sets a value that indicates whether the annotations can be edited. if this property is true, annotation selection, resizing, moving and editing actions will be disabled for the user. Default value is false.
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
When the property is true, only the tapped event will be raised, and the selected event will not be raised.
LeaderExtension
Gets or sets the LeaderLineExtension of the Distance shape .
Declaration
public int LeaderExtension { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LeaderLength
Gets or sets the LeaderLength of the Distance shape .
Declaration
public int LeaderLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineCapPosition
Gets or sets the LineCapPosition of the Distance shape .
Declaration
public LineCapPosition LineCapPosition { get; set; }
Property Value
Type | Description |
---|---|
LineCapPosition |