Click or drag to resize

StiMargin Class

Describes the class that realizes object margin.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DashboardStiMargin

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

The StiMargin type exposes the following members.

Constructors
  NameDescription
Public methodStiMargin
Creates a new object of the type StiMargin.
Public methodStiMargin(Double)
Creates a new object of the type StiMargin.
Public methodStiMargin(Double, Double, Double, Double)
Creates a new object of the type StiMargin.
Top
Properties
  NameDescription
Public propertyBottom
Gets or sets bottom margin size on the object.
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 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