Class SelectorPivot
Represents the actual control point for the selector.
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectorPivot : SfDiagramBase
Constructors
SelectorPivot()
Represents the actual control point for the selector.
Declaration
public SelectorPivot()
Properties
X
Gets or sets the actual control point to the horizontal in direction.
Declaration
public Nullable<double> X { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Y
Gets or sets the actual control point to the vertical in direction.
Declaration
public Nullable<double> Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |