Class ShapeAnnotationEditedEventArgs
Provides data for the ShapeAnnotationEdited event.
Inheritance
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class ShapeAnnotationEditedEventArgs : EventArgs
Properties
NewOpacity
Gets the opacity which in in edited ShapeAnnotation.
Declaration
public float NewOpacity { get; }
Property Value
Type | Description |
---|---|
System.Single | A System.Single that holds the opacity of the shape annotation after edited.The maximum value is 1, minimum value is 0. |
NewStrokeColor
Gets the stroke color which is in edited ShapeAnnotation.
Declaration
public Color NewStrokeColor { get; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A Android.Graphics.Color 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.The maximum value is 12 and minimum value is 1. |
OldOpacity
Gets the opacity which was in edited ShapeAnnotation.
Declaration
public float OldOpacity { get; }
Property Value
Type | Description |
---|---|
System.Single | A System.Single that holds the opacity of the shape annotation before edited.The maximum value is 1, minimum value is 0. |
OldStrokeColor
Gets the stroke color which was in edited ShapeAnnotation.
Declaration
public Color OldStrokeColor { get; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A Android.Graphics.Color 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.The maximum value is 12 and minimum value is 1. |