menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XForm

    X form class.

    Inheritance
    System.Object
    XForm
    Implements
    System.ICloneable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Utility.Windows.dll
    Syntax
    public class XForm : ICloneable

    Constructors

    XForm()

    Declaration
    public XForm()

    Properties

    ClosedPathNode

    Gets or sets a value indicating whether path node is closed.

    Declaration
    public bool ClosedPathNode { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if closed path node; otherwise, false.

    FlipX

    Gets or sets a value indicating whether flip X.

    Declaration
    public bool FlipX { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if flip X; otherwise, false.

    FlipY

    Gets or sets a value indicating whether flip Y.

    Declaration
    public bool FlipY { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if flip Y; otherwise, false.

    Height

    Gets or sets the height.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    The height.

    LocPinX

    Gets or sets the loc pin X.

    Declaration
    public float LocPinX { get; set; }
    Property Value
    Type Description
    System.Single

    The loc pin X.

    LocPinY

    Gets or sets the loc pin Y.

    Declaration
    public float LocPinY { get; set; }
    Property Value
    Type Description
    System.Single

    The loc pin Y.

    PinX

    Gets or sets the pin X.

    Declaration
    public float PinX { get; set; }
    Property Value
    Type Description
    System.Single

    The pin X.

    PinY

    Gets or sets the pin Y.

    Declaration
    public float PinY { get; set; }
    Property Value
    Type Description
    System.Single

    The pin Y.

    RotationAngle

    Gets or sets the rotation angle.

    Declaration
    public float RotationAngle { get; set; }
    Property Value
    Type Description
    System.Single

    The rotation angle.

    ScratchX

    Gets or sets the scratch X.

    Declaration
    public float ScratchX { get; set; }
    Property Value
    Type Description
    System.Single

    The scratch X.

    ScratchY

    Gets or sets the scratch Y.

    Declaration
    public float ScratchY { get; set; }
    Property Value
    Type Description
    System.Single

    The scratch Y.

    Width

    Gets or sets the width.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    The width.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Implements

    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved