Class ToastToastPositionBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ToastToastPositionBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Notifications
Assembly: Syncfusion.AspNetMvc.Notifications.dll
Syntax
public class ToastToastPositionBuilder : ControlBuilder
Constructors
ToastToastPositionBuilder()
Declaration
public ToastToastPositionBuilder()
ToastToastPositionBuilder(ToastToastPosition)
Declaration
public ToastToastPositionBuilder(ToastToastPosition model)
Parameters
| Type | Name | Description |
|---|---|---|
| ToastToastPosition | model |
Methods
X(String)
Specifies the position of the Toast notification with respect to the target container's left edge.
Declaration
public ToastToastPositionBuilder X(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ToastToastPositionBuilder |
Y(String)
Specifies the position of the Toast notification with respect to the target container's top edge.
Declaration
public ToastToastPositionBuilder Y(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ToastToastPositionBuilder |