Click or drag to resize

StiSvgData Structure

[Missing <summary> documentation for "T:Stimulsoft.Report.Export.StiSvgData"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public struct StiSvgData

The StiSvgData type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Bottom (Y + Height) coordinate of the border.
Public propertyComponent
Component.
Public propertyHeight
Height of the border.
Public propertyRight
Right (X + Width) coordinate of the border.
Public propertyWidth
Width of the border.
Public propertyX
X coordinate of the border.
Public propertyY
Y coordinate of the border.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also