menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InkEraserSettings - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InkEraserSettings

    Represents the settings that allows to customize the default appearance of ink eraser.

    Inheritance
    System.Object
    InkEraserSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class InkEraserSettings : Object, INotifyPropertyChanged

    Constructors

    InkEraserSettings()

    Represents the settings that allows to customize the default appearance of ink eraser.

    Declaration
    public InkEraserSettings()

    Properties

    Thickness

    Gets or sets the default thickness of ink eraser.

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

    Events

    PropertyChanged

    Occurs when a property value changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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