menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeAnnotationEditedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeAnnotationEditedEventArgs

    Provides data for the ShapeAnnotationEdited event.

    Inheritance
    System.Object
    ShapeAnnotationEditedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.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.

    NewStrokeColor

    Gets the stroke color which is in edited ShapeAnnotation.

    Declaration
    public Color NewStrokeColor { get; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    A Xamarin.Forms.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.

    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.

    OldStrokeColor

    Gets the stroke color which was in edited ShapeAnnotation.

    Declaration
    public Color OldStrokeColor { get; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    A Xamarin.Forms.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved