SvgRectangle Properties |
The SvgRectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds |
Gets the bounds of the element.
(Overrides SvgVisualElementBounds.) | |
| Children |
Gets a collection of all child [!:SvgElements].
(Inherited from SvgElement.) | |
| ClipPath |
Gets the associated SvgClipPath if one has been specified.
(Inherited from SvgVisualElement.) | |
| ClipRule |
Gets or sets the algorithm which is to be used to determine the clipping region.
(Inherited from SvgVisualElement.) | |
| Content |
Gets or sets the content of the element.
(Inherited from SvgElement.) | |
| CornerRadiusX |
Gets or sets the X-radius of the rounded edges of this rectangle.
| |
| CornerRadiusY |
Gets or sets the Y-radius of the rounded edges of this rectangle.
| |
| Fill |
Gets or sets the fill SvgPaintServer of this element.
(Inherited from SvgVisualElement.) | |
| FillOpacity |
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.) | |
| FillRule | (Inherited from SvgVisualElement.) | |
| Height |
Gets or sets the height of the rectangle.
| |
| ID |
Gets or sets the ID of the element.
(Inherited from SvgElement.) | |
| Location |
Gets an SvgPoint representing the top left point of the rectangle.
| |
| Opacity |
Gets or sets the opacity of the element. 1.0 is fully opaque; 0.0 is transparent.
(Inherited from SvgVisualElement.) | |
| OwnerDocument |
Gets the owner SvgDocument.
(Inherited from SvgElement.) | |
| Parent |
Gets the parent SvgElement.
(Inherited from SvgElement.) | |
| Path |
Gets the GraphicsPath for this element.
(Overrides SvgVisualElementPath.) | |
| Stroke |
Gets or sets the SvgPaintServer to be used when rendering a stroke around this element.
(Inherited from SvgVisualElement.) | |
| StrokeDashArray | (Inherited from SvgVisualElement.) | |
| StrokeDashOffset | (Inherited from SvgVisualElement.) | |
| StrokeLineCap | (Inherited from SvgVisualElement.) | |
| StrokeLineJoin | (Inherited from SvgVisualElement.) | |
| StrokeMiterLimit | (Inherited from SvgVisualElement.) | |
| StrokeOpacity |
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.) | |
| StrokeWidth |
Gets or sets the width of the stroke (if the Stroke property has a valid value specified.
(Inherited from SvgVisualElement.) | |
| Transforms |
Gets or sets the element transforms.
(Inherited from SvgElement.) | |
| Visible |
Gets or sets a value to determine whether the element will be rendered.
(Inherited from SvgVisualElement.) | |
| Width |
Gets or sets the width of the rectangle.
| |
| X |
Gets or sets the position where the left point of the rectangle should start.
| |
| Y |
Gets or sets the position where the top point of the rectangle should start.
|