←Select platform

ElementType Property

Summary

The element type

Syntax

C#
VB
Java
Objective-C
C++
public SvgElementType ElementType { get; } 
Public ReadOnly Property ElementType As Leadtools.Svg.SvgElementType 
@property (nonatomic, assign) LTSvgElementType elementType 
public SvgElementType getElementType() 
             
public: 
property Leadtools.Svg.SvgElementType ElementType { 
   Leadtools.Svg.SvgElementType get(); 
} 

Property Value

The element type. For example, ElementType.Svg for the top level <svg> element in the document or ElementType.Image for an element in the document, etc.
Example

For an example, refer to EnumerateElements.

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