Xamarin.iOS

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

    Show / Hide Table of Contents

    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 Description
    CornerSide

    Bottom

    Bottom side alone.

    Declaration
    public const CornerSide Bottom
    Field Value
    Type Description
    CornerSide

    Left

    Left side alone.

    Declaration
    public const CornerSide Left
    Field Value
    Type Description
    CornerSide

    Right

    Right side alone.

    Declaration
    public const CornerSide Right
    Field Value
    Type Description
    CornerSide

    Top

    Top side alone.

    Declaration
    public const CornerSide Top
    Field Value
    Type Description
    CornerSide

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved