Class ScrollSectionCenteredEventArgs
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Provides data for the ScrollSectionSectionCentered event.
public class ScrollSectionCenteredEventArgs
- Inheritance
-
ScrollSectionCenteredEventArgs
- Inherited Members
- Extension Methods
Constructors
ScrollSectionCenteredEventArgs(string)
Initializes a new instance of the ScrollSectionCenteredEventArgs class with the specified section ID.
public ScrollSectionCenteredEventArgs(string id)
Parameters
id
stringThe ID of the centered scroll section.
Properties
Id
Gets the ID of the centered scroll section.
public string Id { get; }