Class ItemPadding
Item padding.
Inheritance
System.Object
ItemPadding
Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.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. |