[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx

PaddingEx Struct

Represents the padding.

Implements
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
[TypeConverter(typeof(PaddingEx.PaddingExConverter))]
public struct PaddingEx : IEquatable<PaddingEx>

Constructors

Name Description
PaddingEx(int)

Initializes the PaddingEx structure.

PaddingEx(int, int, int, int)

Initializes the PaddingEx structure.

Fields

Name Description
Empty

Returns empty structure.

Properties

Name Description
All

Gets or sets all paddings.

Bottom

Gets or sets bottom padding

Horizontal

Gets horizontal padding property

Left

Gets or sets left padding

Right

Gets or sets right padding

Size

Gets size

Top

Gets or sets top padding

Vertical

Gets versical padding property

Methods

Name Description
Equals(PaddingEx)

Determines whether the specified PaddingEx is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

Operators

Name Description
operator ==(PaddingEx, PaddingEx)

Implements the == operator.

operator !=(PaddingEx, PaddingEx)

Implements the != operator.