←Select platform

ElementType Property

Summary

Gets or sets the SVG element type.

Syntax
C#
VB
Objective-C
C++
Java
public SvgElementType ElementType { get; set; } 
Public Property ElementType As SvgElementType 
@property (nonatomic, assign) LTSvgElementType elementType 
public SvgElementType getElementType() 
public void setElementType(SvgElementType elementType) 
public: 
property SvgElementType ElementType { 
   SvgElementType get(); 
   void set (    SvgElementType ); 
} 

Property Value

The SVG element type. The default value is SvgElementType.Unknown.

Remarks

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.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly