Class ShapeAnnotationEditedEventArgs
Provides data for the ShapeAnnotationEdited event.
Inheritance
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class ShapeAnnotationEditedEventArgs : EventArgs
Properties
NewOpacity
Gets the opacity which in in edited ShapeAnnotation.
Declaration
public nfloat NewOpacity { get; }
Property Value
Type | Description |
---|---|
System.nfloat | A System.nfloat that holds the opacity of the shape annotation after edited. |
NewStrokeColor
Gets the stroke color which is in edited ShapeAnnotation.
Declaration
public UIColor NewStrokeColor { get; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A UIKit.UIColor that holds the stroke color of the shape annotation after edited. |
NewThickness
Gets the thickness which is in edited ShapeAnnotation.
Declaration
public float NewThickness { get; }
Property Value
Type | Description |
---|---|
System.Single | A System.Int32 that holds the thickness of the shape annotation after edited. |
OldOpacity
Gets the opacity which was in edited ShapeAnnotation.
Declaration
public nfloat OldOpacity { get; }
Property Value
Type | Description |
---|---|
System.nfloat | A System.nfloat that holds the opacity of the shape annotation before edited. |
OldStrokeColor
Gets the stroke color which was in edited ShapeAnnotation.
Declaration
public UIColor OldStrokeColor { get; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A UIKit.UIColor that holds the stroke color of the shape annotation before edited. |
OldThickness
Gets the thickness which was in edited ShapeAnnotation.
Declaration
public float OldThickness { get; }
Property Value
Type | Description |
---|---|
System.Single | A System.Int32 that holds the thickness of the shape annotation before edited. |