Class ShapeProperties
Represents the properties of ShapeAnnotation.
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class ShapeProperties : AnnotationProperties
Properties
AnnotationType
Gets the type of shape annotation.
Declaration
public AnnotationMode AnnotationType { get; }
Property Value
Type | Description |
---|---|
AnnotationMode |
Comments
Gets the collection of comments added in the shape annotation.
Declaration
public List<Comment> Comments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
FillColor
Gets the fill color of shape annotation.
Declaration
public Color FillColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Height
Gets the height of shape annotation.
Declaration
public int Height { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Opacity
Gets the opacity of shape annotation.
Declaration
public double Opacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageNumber
Gets the page number of shape annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StrokeColor
Gets the stroke color of shape annotation.
Declaration
public Color StrokeColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Subject
Gets the subject of the shape annotation
Declaration
public string Subject { get; }
Property Value
Type | Description |
---|---|
System.String |
Thickness
Gets the thickness of shape annotation.
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Gets the width of shape annotation.
Declaration
public int Width { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
X
Gets the x position of shape annotation.
Declaration
public int X { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Gets the y position of shape annotation.
Declaration
public int Y { get; }
Property Value
Type | Description |
---|---|
System.Int32 |