alexa
menu

WPF

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved