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