[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Padding

Padding Struct

Padding class

Implements
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Padding.PaddingConverter))]
public struct Padding : IEquatable<Padding>

Constructors

Name Description
Padding(int)

Padding Constructor

Padding(int, int, int, int)

Padding Constructor

Padding(string)

For internal use only.

Padding(string, GraphXmlSerializationContext)

For internal use only.

Fields

Name Description
Empty

Padding Empty Structure

Properties

Name Description
All

Gets or sets padding

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(Padding)

Determines whether the specified Padding 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 ==(Padding, Padding)

Determines whether the two paddings are the same.

operator !=(Padding, Padding)

Determines whether the two paddings are not the same.