Table of Contents

Class PointerEventsNoneOptions

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents options for IPointerEventsNoneService.

public class PointerEventsNoneOptions
Inheritance
PointerEventsNoneOptions
Inherited Members
Extension Methods

Constructors

PointerEventsNoneOptions()

public PointerEventsNoneOptions()

Properties

EnableLogging

Output event and debug information to the browser's console.

public bool EnableLogging { get; init; }

Property Value

bool

SubscribeDown

Subscribe to pointer down events.

public bool SubscribeDown { get; init; }

Property Value

bool

SubscribeUp

Subscribe to pointer up events.

public bool SubscribeUp { get; init; }

Property Value

bool