Class ShapeEditedEventArgs
Provides data for the ShapeEditedEventArgs event.
Inheritance
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class ShapeEditedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
NewComments
Gets the new comment of edited ink annotation.
Declaration
public List<Comment> NewComments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
NewFillColor
Gets the new fill color of the edited shape annotation.
Declaration
public Color NewFillColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
NewOpacity
Gets the new opacity of the edited shape annotation.
Declaration
public double NewOpacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
NewStrokeColor
Gets the new stroke color of the edited shape annotation.
Declaration
public Color NewStrokeColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
NewSubject
Gets the new subject of edited ink annotation.
Declaration
public string NewSubject { get; }
Property Value
Type | Description |
---|---|
System.String |
NewThickness
Gets the new thickness of the edited shape annotation.
Declaration
public double NewThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldComments
Gets the old comment of edited ink annotation.
Declaration
public List<Comment> OldComments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
OldFillColor
Gets the old fill color of the edited shape annotation.
Declaration
public Color OldFillColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
OldOpacity
Gets the old opacity of the edited shape annotation.
Declaration
public double OldOpacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldStrokeColor
Gets the old stroke color of the edited shape annotation.
Declaration
public Color OldStrokeColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
OldSubject
Gets the old subject of edited ink annotation.
Declaration
public string OldSubject { get; }
Property Value
Type | Description |
---|---|
System.String |
OldThickness
Gets the old thickness of the edited shape annotation.
Declaration
public double OldThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageNumber
Gets the page number of the edited shape annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |