Class CornerSide
Corner side enumeration.
Inheritance
System.Object
    CornerSide
  Namespace: Syncfusion.GridCommon.ScrollAxis
Assembly: Syncfusion.GridCommon.Portable.dll
Syntax
public sealed class CornerSide : Enum
  Fields
Both
Includes both Left and right side or top and bottom side.
Declaration
public const CornerSide Both
  Field Value
| Type | 
|---|
| CornerSide | 
Bottom
Bottom side alone.
Declaration
public const CornerSide Bottom
  Field Value
| Type | 
|---|
| CornerSide | 
Left
Left side alone.
Declaration
public const CornerSide Left
  Field Value
| Type | 
|---|
| CornerSide | 
Right
Right side alone.
Declaration
public const CornerSide Right
  Field Value
| Type | 
|---|
| CornerSide | 
Top
Top side alone.
Declaration
public const CornerSide Top
  Field Value
| Type | 
|---|
| CornerSide |