Back to top OpenSVG (c) Veridict AB, www.veridict.com
Edit this page

Interface IHasElementContent

Defines an interface for elements that can contain element data.

Namespace: OpenSvg.Attributes
Assembly: OpenSvg.dll
Syntax
public interface IHasElementContent

Properties

| Edit this page View Source

Content

Gets or sets the content of the element.

Declaration
string Content { get; set; }
Property Value
Type Description
string