Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PositionDataModel

    Show / Hide Table of Contents

    Class PositionDataModel

    Provides information about a PositionDataModel.

    Inheritance
    System.Object
    PositionDataModel
    Namespace: Syncfusion.Blazor.Popups
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PositionDataModel : Object

    Constructors

    PositionDataModel()

    Declaration
    public PositionDataModel()

    Properties

    X

    Specify the offset left value.

    Declaration
    public string X { get; set; }
    Property Value
    Type Description
    System.String

    Y

    Specify the offset top value.

    Declaration
    public string Y { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved