WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct FloatWindow.RECT

    Show / Hide Table of Contents

    Struct FloatWindow.RECT

    structure for the rectrangle.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    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 Description
    System.Int32

    Left

    Represent the left

    Declaration
    public int Left
    Field Value
    Type Description
    System.Int32

    Right

    Represent the right

    Declaration
    public int Right
    Field Value
    Type Description
    System.Int32

    Top

    Represent the top

    Declaration
    public int Top
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved