[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgRectElement

SvgRectElement Class

Represents a 'rect' element in the DOM.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgRectElement : SvgGeometryElement
Public Class SvgRectElement
    Inherits SvgGeometryElement

Constructors

Name Description
SvgRectElement()

Initializes a new instance of the SvgRectElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgRectElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Height

Gets or sets the content height.

MaxHeight

Gets or sets the maximum content height.

MaxWidth

Gets or sets the maximum content width.

MinHeight

Gets or sets the minimum content height.

MinWidth

Gets or sets the minimum content width.

RadiusX

Gets or sets the horizontal radius.

RadiusY

Gets or sets the vertical radius.

Width

Gets or sets the content width.

X

Gets or sets the horizontal coordinate.

Y

Gets or sets the vertical coordinate.