SvgText Properties |
The SvgText 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.) | |
| Fill |
Gets or sets the fill.
(Overrides SvgVisualElementFill.) | |
| FillOpacity |
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.) | |
| FillRule | (Inherited from SvgVisualElement.) | |
| Font |
Set all font information.
| |
| FontFamily |
Indicates which font family is to be used to render the text.
| |
| FontSize |
Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment.
| |
| ID |
Gets or sets the ID of the element.
(Inherited from SvgElement.) | |
| LetterSpacing |
Specifies spacing behavior between text characters.
| |
| 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.) | |
| Text |
Gets or sets the text to be rendered.
| |
| TextAnchor |
Gets or sets the text anchor.
| |
| 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.) | |
| WordSpacing |
Specifies spacing behavior between words.
| |
| X |
Gets or sets the X.
| |
| Y |
Gets or sets the Y.
|