Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StrikethroughAnnotationSettings - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StrikethroughAnnotationSettings

    Represents the default appearance of strikethrough annotation

    Inheritance
    System.Object
    StrikethroughAnnotationSettings
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class StrikethroughAnnotationSettings : Object

    Properties

    Color

    Gets or sets default color of strikeout annotation.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    Default highlight color is Red.

    IsLocked

    Gets or sets a value that indicates whether the annotations can be edited. if this property is true, annotation selection, resizing, moving and editing actions will be disabled for the user. Default value is false.

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    When the property is true, only the tapped event will be raised, and the selected event will not be raised.

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