←Select platform

ElementType Property (SvgElementInfo)

Summary

Gets or sets the SVG element type.

Syntax

C#
VB
Java
Objective-C
C++
public Leadtools.Svg.SvgElementType ElementType {get; set;}
Public Property ElementType As Leadtools.Svg.SvgElementType
@property (nonatomic, assign) LTSvgElementType elementType
public SvgElementType getElementType() 
public void setElementType(SvgElementType elementType) 
public: 
property Leadtools.Svg.SvgElementType ElementType { 
   Leadtools.Svg.SvgElementType get(); 
   void set (    Leadtools.Svg.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Svg Assembly
Click or drag to resize