Click or drag to resize

SvgTextSpan Properties

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The SvgTextSpan type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the bounds of the element.
(Inherited from SvgText.)
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 propertyFill
Gets or sets the fill.
(Inherited from SvgText.)
Public propertyFillOpacity
Gets or sets the opacity of this element's Fill.
(Inherited from SvgVisualElement.)
Public propertyFillRule (Inherited from SvgVisualElement.)
Public propertyFont
Set all font information.
(Inherited from SvgText.)
Public propertyFontFamily
Indicates which font family is to be used to render the text.
(Inherited from SvgText.)
Public propertyFontSize
Refers to the size of the font from baseline to baseline when multiple lines of text are set solid in a multiline layout environment.
(Inherited from SvgText.)
Public propertyID
Gets or sets the ID of the element.
(Inherited from SvgElement.)
Public propertyLetterSpacing
Specifies spacing behavior between text characters.
(Inherited from SvgText.)
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.
(Inherited from SvgText.)
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 propertyText
Gets or sets the text to be rendered.
(Inherited from SvgText.)
Public propertyTextAnchor
Gets or sets the text anchor.
(Inherited from SvgText.)
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 propertyWordSpacing
Specifies spacing behavior between words.
(Inherited from SvgText.)
Public propertyX
Gets or sets the X.
(Overrides SvgTextX.)
Public propertyY
Gets or sets the Y.
(Overrides SvgTextY.)
Top
See Also