Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToastPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved