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 |
---|
System.String |
Y
Specify the offset top value.
Declaration
public string Y { get; set; }
Property Value
Type |
---|
System.String |