Click or drag to resize

SvgRectangle Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The SvgRectangle type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the bounds of the element.
(Overrides SvgVisualElementBounds.)
Public propertyChildren
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.)
Public propertyClipPath
Gets the associated SvgClipPath if one has been specified.
(Inherited from SvgVisualElement.)
Public propertyClipRule
Gets or sets the algorithm which is to be used to determine the clipping region.
(Inherited from SvgVisualElement.)
Public propertyContent
Gets or sets the content of the element.
(Inherited from SvgElement.)
Public propertyCornerRadiusX
Gets or sets the X-radius of the rounded edges of this rectangle.
Public propertyCornerRadiusY
Gets or sets the Y-radius of the rounded edges of this rectangle.
Public propertyFill
Gets or sets the fill SvgPaintServer of this element.
(Inherited from SvgVisualElement.)
Public propertyFillOpacity
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.)
Public propertyFillRule (Inherited from SvgVisualElement.)
Public propertyHeight
Gets or sets the height of the rectangle.
Public propertyID
Gets or sets the ID of the element.
(Inherited from SvgElement.)
Public propertyLocation
Gets an SvgPoint representing the top left point of the rectangle.
Public propertyOpacity
Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent.
(Inherited from SvgVisualElement.)
Public propertyOwnerDocument
Gets the owner SvgDocument.
(Inherited from SvgElement.)
Public propertyParent
Gets the parent SvgElement.
(Inherited from SvgElement.)
Public propertyPath
Gets the GraphicsPath for this element.
(Overrides SvgVisualElementPath.)
Public propertyStroke
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
(Inherited from SvgVisualElement.)
Public propertyStrokeDashArray (Inherited from SvgVisualElement.)
Public propertyStrokeDashOffset (Inherited from SvgVisualElement.)
Public propertyStrokeLineCap (Inherited from SvgVisualElement.)
Public propertyStrokeLineJoin (Inherited from SvgVisualElement.)
Public propertyStrokeMiterLimit (Inherited from SvgVisualElement.)
Public propertyStrokeOpacity
Gets or sets the opacity of the stroke, if the Stroke property has been specified. 1.0 is fully opaque; 0.0 is transparent.
(Inherited from SvgVisualElement.)
Public propertyStrokeWidth
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
(Inherited from SvgVisualElement.)
Public propertyTransforms
Gets or sets the element transforms.
(Inherited from SvgElement.)
Public propertyVisible
Gets or sets a value to determine whether the element will be rendered.
(Inherited from SvgVisualElement.)
Public propertyWidth
Gets or sets the width of the rectangle.
Public propertyX
Gets or sets the position where the left point of the rectangle should start.
Public propertyY
Gets or sets the position where the top point of the rectangle should start.
Top
See Also