Xamarin.Forms

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

    Show / Hide Table of Contents

    Class IconPosition

    Represents the icon position of the HeaderIconPosition in the header part of the accordion item.

    Inheritance
    System.Object
    IconPosition
    Namespace: Syncfusion.XForms.Expander
    Assembly: Syncfusion.Expander.XForms.dll
    Syntax
    public sealed class IconPosition : Enum
    Remarks

    The HeaderIconPosition property will choose indicator location in header like start and end.

    Fields

    End

    Specifies that indicator will be shown at the end position of header or content part of the expander.

    Declaration
    public const IconPosition End
    Field Value
    Type Description
    IconPosition

    None

    Specifies that indicator will not be shown for the header and content in the view.

    Declaration
    public const IconPosition None
    Field Value
    Type Description
    IconPosition

    Start

    Specifies that indicator will be shown at the start position of header or content part of the expander.

    Declaration
    public const IconPosition Start
    Field Value
    Type Description
    IconPosition

    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