Click or drag to resize

StiMargins Class

Describes the class that realizes object margins.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.ComponentsStiMargins

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiMarginsTypeConverter))]
public class StiMargins : ICloneable

The StiMargins type exposes the following members.

Constructors
  NameDescription
Public methodStiMargins
Creates a new object of the type StiMargins.
Public methodStiMargins(Double)
Creates a new object of the type StiMargins.
Public methodStiMargins(Double, Double, Double, Double)
Creates a new object of the type StiMargins.
Top
Properties
  NameDescription
Public propertyBottom
Gets or sets bottom margin size on the object.
Public propertyIsDefault
Public propertyIsEmpty
Public propertyLeft
Gets or sets left margin size on the object.
Public propertyRight
Gets or sets right margin size on the object.
Public propertyTop
Gets or sets top margin size on the object.
Top
Methods
  NameDescription
Public methodApply
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 StiMargins 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