Click or drag to resize

StiPadding Class

Describes the class that realizes object padding.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DashboardStiPadding

Namespace:  Stimulsoft.Report.Dashboard
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiPaddingTypeConverter))]
public class StiPadding : ICloneable

The StiPadding type exposes the following members.

Constructors
  NameDescription
Public methodStiPadding
Creates a new object of the type StiPadding.
Public methodStiPadding(Double)
Creates a new object of the type StiPadding.
Public methodStiPadding(Double, Double, Double, Double)
Creates a new object of the type StiPadding.
Top
Properties
  NameDescription
Public propertyBottom
Gets or sets bottom padding size on the object.
Public propertyIsEmpty
Public propertyLeft
Gets or sets left padding size on the object.
Public propertyRight
Gets or sets right padding size on the object.
Public propertyTop
Gets or sets top padding size on the object.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Tests to see whether the specified object is a SizeD with the same dimensions as this SizeD.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this StiPaddings structure.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
See Also