Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeAnnotationEditedEventArgs - Xamarin.iOS API Reference | Syncfusion ShapeAnnotationEdited event. ">

    Show / Hide Table of Contents

    Class ShapeAnnotationEditedEventArgs

    Provides data for the ShapeAnnotationEdited event.

    Inheritance
    System.Object
    ShapeAnnotationEditedEventArgs
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class ShapeAnnotationEditedEventArgs : EventArgs

    Properties

    NewOpacity

    Gets the opacity which in in edited ShapeAnnotation.

    Declaration
    public nfloat NewOpacity { get; }
    Property Value
    Type Description
    System.nfloat

    A System.nfloat that holds the opacity of the shape annotation after edited.

    NewStrokeColor

    Gets the stroke color which is in edited ShapeAnnotation.

    Declaration
    public UIColor NewStrokeColor { get; }
    Property Value
    Type Description
    UIKit.UIColor

    A UIKit.UIColor that holds the stroke color of the shape annotation after edited.

    NewThickness

    Gets the thickness which is in edited ShapeAnnotation.

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

    A System.Int32 that holds the thickness of the shape annotation after edited.

    OldOpacity

    Gets the opacity which was in edited ShapeAnnotation.

    Declaration
    public nfloat OldOpacity { get; }
    Property Value
    Type Description
    System.nfloat

    A System.nfloat that holds the opacity of the shape annotation before edited.

    OldStrokeColor

    Gets the stroke color which was in edited ShapeAnnotation.

    Declaration
    public UIColor OldStrokeColor { get; }
    Property Value
    Type Description
    UIKit.UIColor

    A UIKit.UIColor that holds the stroke color of the shape annotation before edited.

    OldThickness

    Gets the thickness which was in edited ShapeAnnotation.

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

    A System.Int32 that holds the thickness of the shape annotation before edited.

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