[SerializableAttribute]
[TypeConverterAttribute(typeof(ListPaddingTypeConverter))]
public struct ListPadding
<SerializableAttribute>
<TypeConverterAttribute(GetType(ListPaddingTypeConverter))>
Public Structure ListPadding
[SerializableAttribute]
[TypeConverterAttribute(typeof(ListPaddingTypeConverter))]
public value class ListPadding
[<SealedAttribute>]
[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(ListPaddingTypeConverter))>]
type ListPadding =
struct
inherit ValueType
end
ListPadding(Int32) | Constructor. Set all padding to the same value. |
ListPadding(Int32, Int32, Int32, Int32, Int32, Int32) | Constructor. Set padding on each side and between columns and rows to the specified values. |
Bottom | Get or set the bottom padding |
Column | Get or set the padding between columns |
Left | Get or set the left side padding |
Right | Get or set the right side padding |
Row | Get or set the padding between rows |
Top | Get or set the top padding |
Equals |
This is overridden to allow proper comparison of ListPadding objects
(Overrides ValueTypeEquals(Object)) |
GetHashCode |
Get a hash code for the ListPadding object
(Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
This is overridden to get a string representation of the ListPadding object
(Overrides ValueTypeToString) |
Equality(ListPadding, ListPadding) | Overload for equal operator |
Inequality(ListPadding, ListPadding) | Overload for not equal operator |