Class CornerSide
Corner side enumeration.
Inheritance
System.Object
CornerSide
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.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 |