Class ToastPosition
Configures to display a toast in the custom position within the document or target.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ToastPosition
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastPosition : SfBaseComponent
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 | Description |
---|---|
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 | Description |
---|---|
System.String |
Methods
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |