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 SourceContent
Gets or sets the content of the element.
Declaration
string Content { get; set; }
Property Value
Type | Description |
---|---|
string |