menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridBorderSide - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridBorderSide

    Defines the constants that specifies the sides of a rectangle which applies the border.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    [Flags]
    public enum GridBorderSide
    Remarks

    Use the members of this enumeration with the DrawRectangle(Graphics, GridBorder, Rectangle, Color, GridBorderSide) method.

    Fields

    Name Description
    All

    A three-dimensional border on all four edges and fill the middle of the rectangle with the color defined for three-dimensional controls.

    Bottom

    A three-dimensional border on the bottom side of the rectangle.

    Left

    A three-dimensional border on the left edge of the control.

    Right

    A three-dimensional border on the right side of the rectangle.

    Top

    A three-dimensional border on the top edge of the rectangle.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved