←Select platform

ElementType Property

Summary

Gets or sets the SVG element type.

Syntax

C#
VB
Java
Objective-C
C++
public 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly