←Select platform

Directions Property

Summary

Gets or sets the direction of each character in the text.

Syntax
C#
VB
Objective-C
C++
Java
public SvgCharacterDirection[] Directions { get; set; } 
Public Property Directions As SvgCharacterDirection() 
@property (nonatomic, strong, null_unspecified) NSArray<NSNumber *> *directions //LTSvgCharacterDirection 
public SvgCharacterDirection[] getDirections() 
public void setDirections(SvgCharacterDirection[] directions) 

Property Value

The direction of each character in the text. The default value is null.

Remarks

Refer to SvgDocument.SortElements and SvgTextData for more information.

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