Version

Search Results

Padding Structure Properties

Public Properties

Bottom Property

Returns the padding as relative to the bottom. Syntax

Empty Property

Returns a Padding instance whose Top, Left, Right, and Bottom are all set to zero. Syntax

Equals Method

Indicates whether this instance and a specified object are equal. Syntax Parameters obj Another object to compare to. Return Value true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode Method

Returns the hash code for this instance. Syntax Return Value A 32-bit signed integer that is the hash code for this instance.

Left Property

Returns the padding as relative to the left. Syntax

PadAll Method

Returns an instance with all properties set to the specified value. Syntax Parameters value

PadBottom Method

Returns an instance whose Bottom property is set to the specified value, with all other properties set to zero. Syntax Parameters value

PadHorizontal Method

Returns an instance whose Left and Right properties are set to the specified value, with all other properties set to zero. Syntax Parameters value

PadLeft Method

Returns an instance whose Left property is set to the specified value, with all other properties set to zero. Syntax Parameters value