ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToastToastPositionBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToastToastPositionBuilder

    Inheritance
    System.Object
    ControlBuilder
    ToastToastPositionBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Notifications
    Assembly: Syncfusion.EJ2.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 Description
    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 Description
    ToastToastPositionBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved