←Select platform

Directions Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public SvgCharacterDirection[] Directions { get; set; } 
Public Property Directions As Leadtools.Svg.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly