Xamarin.iOS

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

    Show / Hide Table of Contents

    Class InkDeselectedEventArgs

    Provides data for the InkDeselected event.

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

    Properties

    Bounds

    Gets the bounds of the selected ink annotation.

    Declaration
    public CGRect Bounds { get; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    Color

    Gets the color of the selected ink annotation.

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

    IsSignature

    Returns true if the deselected annotation is signature. Default value is false.

    Declaration
    public bool IsSignature { get; }
    Property Value
    Type Description
    System.Boolean

    Opacity

    Gets the opacity of the deselected ink annotation.

    Declaration
    public float Opacity { get; }
    Property Value
    Type Description
    System.Single

    PageNumber

    Gets the page number of the selected ink annotation.

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

    Thickness

    Gets the thickness of the deselected ink annotation.

    Declaration
    public float Thickness { get; }
    Property Value
    Type Description
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved