Class ToastPosition
Configures to display a toast in the custom position within the document or target.
Inheritance
System.Object
ToastPosition
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastPosition : OwningComponentBase
Constructors
ToastPosition()
Declaration
public ToastPosition()
Properties
X
Specifies the position of the Toast notification with respect to the target container's left edge.
Declaration
public string X { get; set; }
Property Value
Type |
---|
System.String |
Y
Specifies the position of the Toast notification with respect to the target container's top edge.
Declaration
public string Y { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |