Blazor

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

    Show / Hide Table of Contents

    Class SelectorPivot

    Represents the actual control point for the selector.

    Inheritance
    System.Object
    SfDiagramBase
    SelectorPivot
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved