menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeProperties - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeProperties

    Represents the properties of ShapeAnnotation.

    Inheritance
    System.Object
    AnnotationProperties
    ShapeProperties
    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
    AnnotationMode

    Comments

    Gets the collection of comments added in the shape annotation.

    Declaration
    public List<Comment> Comments { get; }
    Property Value
    Type
    System.Collections.Generic.List<Comment>

    FillColor

    Gets the fill color of shape annotation.

    Declaration
    public Color FillColor { get; }
    Property Value
    Type
    Windows.UI.Color

    Height

    Gets the height of shape annotation.

    Declaration
    public int Height { get; }
    Property Value
    Type
    System.Int32

    Opacity

    Gets the opacity of shape annotation.

    Declaration
    public double Opacity { get; }
    Property Value
    Type
    System.Double

    PageNumber

    Gets the page number of shape annotation.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type
    System.Int32

    StrokeColor

    Gets the stroke color of shape annotation.

    Declaration
    public Color StrokeColor { get; }
    Property Value
    Type
    Windows.UI.Color

    Subject

    Gets the subject of the shape annotation

    Declaration
    public string Subject { get; }
    Property Value
    Type
    System.String

    Thickness

    Gets the thickness of shape annotation.

    Declaration
    public double Thickness { get; }
    Property Value
    Type
    System.Double

    Width

    Gets the width of shape annotation.

    Declaration
    public int Width { get; }
    Property Value
    Type
    System.Int32

    X

    Gets the x position of shape annotation.

    Declaration
    public int X { get; }
    Property Value
    Type
    System.Int32

    Y

    Gets the y position of shape annotation.

    Declaration
    public int Y { get; }
    Property Value
    Type
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved