menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class InkTappedEventArgs

    Provides data for the InkTapped event.

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

    Properties

    Bounds

    Gets the bounds of the tapped ink annotation.

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

    Color

    Gets the color of the tapped ink annotation.

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

    IsSignature

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

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

    Opacity

    Gets the opacity of the tapped ink annotation.

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

    PageNumber

    Gets the page number of the tapped ink annotation.

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

    Thickness

    Gets the thickness of the tapped ink annotation.

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