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 |
---|
System.Drawing.RectangleF |
Center
Gets or sets center position of the Graph.
Declaration
PointF Center { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
Height
Gets or sets the height of the object.
Declaration
float Height { get; set; }
Property Value
Type |
---|
System.Single |
Location
Gets or sets position of the Graph
Declaration
PointF Location { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
Size
Gets or sets the size.
Declaration
SizeF Size { get; set; }
Property Value
Type |
---|
System.Drawing.SizeF |
Width
Gets or sets width of the object.
Declaration
float Width { get; set; }
Property Value
Type |
---|
System.Single |
X
Gets or sets X-coordinate of the location.
Declaration
float X { get; set; }
Property Value
Type |
---|
System.Single |
Y
Gets or sets Y-coordinate of the location.
Declaration
float Y { get; set; }
Property Value
Type |
---|
System.Single |