![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgElementInfo Class : ElementType Property |
public SvgElementType ElementType {get; set;}
'Declaration
Public Property ElementType As SvgElementType
'Usage
Dim instance As SvgElementInfo Dim value As SvgElementType instance.ElementType = value value = instance.ElementType
@property (nonatomic, assign) LTSvgElementType elementType
public SvgElementType getElementType() public void setElementType(SvgElementType elementType)
public: property SvgElementType ElementType { SvgElementType get(); void set ( SvgElementType value); }
If this element is text, then TextData will contain further details regarding the text of the element.
If this element is not text, then TextData will be null.
For an example, refer to SvgDocument.SortElements.