menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemPadding - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemPadding

    Item padding.

    Inheritance
    System.Object
    ItemPadding
    Namespace: Syncfusion.Android.ComboBox
    Assembly: Syncfusion.SfComboBox.Android.dll
    Syntax
    public class ItemPadding : Object

    Constructors

    ItemPadding(Int32)

    Initializes a new instance of the ItemPadding class.

    Declaration
    public ItemPadding(int padding)
    Parameters
    Type Name Description
    System.Int32 padding

    Padding Value

    ItemPadding(Int32, Int32)

    Initializes a new instance of the ItemPadding class.

    Declaration
    public ItemPadding(int valueX, int valueY)
    Parameters
    Type Name Description
    System.Int32 valueX

    Value x.

    System.Int32 valueY

    Value y.

    ItemPadding(Int32, Int32, Int32, Int32)

    Initializes a new instance of the ItemPadding class.

    Declaration
    public ItemPadding(int left, int top, int right, int bottom)
    Parameters
    Type Name Description
    System.Int32 left

    Left Value.

    System.Int32 top

    Top Value.

    System.Int32 right

    Right Value.

    System.Int32 bottom

    Bottom Value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved