alexa

    Show / Hide Table of Contents

    Struct FloatWindow.RECT

    structure for the rectrangle.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public struct RECT

    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
    Back to top Generated by DocFX