Class FloatWindow.RECT
structure for the rectrangle.
Inheritance
System.Object
FloatWindow.RECT
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class RECT : ValueType
Fields
Bottom
Represent the bottom
Declaration
public int Bottom
Field Value
Type |
---|
System.Int32 |
Left
Represent the left
Declaration
public int Left
Field Value
Type |
---|
System.Int32 |
Right
Represent the right
Declaration
public int Right
Field Value
Type |
---|
System.Int32 |
Top
Represent the top
Declaration
public int Top
Field Value
Type |
---|
System.Int32 |