alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridBorderSide

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

    Inheritance
    System.Object
    GridBorderSide
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridBorderSide : Enum
    Remarks

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

    Fields

    All

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

    Declaration
    public const GridBorderSide All
    Field Value
    Type
    GridBorderSide

    Bottom

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

    Declaration
    public const GridBorderSide Bottom
    Field Value
    Type
    GridBorderSide

    Left

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

    Declaration
    public const GridBorderSide Left
    Field Value
    Type
    GridBorderSide

    Right

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

    Declaration
    public const GridBorderSide Right
    Field Value
    Type
    GridBorderSide

    Top

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

    Declaration
    public const GridBorderSide Top
    Field Value
    Type
    GridBorderSide
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved