WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGBounds

    Show / Hide Table of Contents

    Interface IGBounds

    Interface representing Graph Bounds

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IGBounds

    Properties

    Bounds

    Gets position and size of the Graph.

    Declaration
    RectangleF Bounds { get; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    Center

    Gets or sets center position of the Graph.

    Declaration
    PointF Center { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Height

    Gets or sets the height of the object.

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

    Location

    Gets or sets position of the Graph

    Declaration
    PointF Location { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Size

    Gets or sets the size.

    Declaration
    SizeF Size { get; set; }
    Property Value
    Type Description
    System.Drawing.SizeF

    Width

    Gets or sets width of the object.

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

    X

    Gets or sets X-coordinate of the location.

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

    Y

    Gets or sets Y-coordinate of the location.

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