Class ToastPositionModel
Interface for a class ToastPosition.
Inheritance
System.Object
ToastPositionModel
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastPositionModel : Object
Constructors
ToastPositionModel()
Declaration
public ToastPositionModel()
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 |