Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgTextData Class : Directions Property |
public SvgCharacterDirection[] Directions {get; set;}
'Declaration
Public Property Directions As SvgCharacterDirection()
'Usage
Dim instance As SvgTextData Dim value() As SvgCharacterDirection instance.Directions = value value = instance.Directions
@property (nonatomic, strong, null_unspecified) NSArray<NSNumber *> *directions //LTSvgCharacterDirection
public SvgCharacterDirection[] getDirections() public void setDirections(SvgCharacterDirection[] directions)
public: property array<SvgCharacterDirection>^ Directions { array<SvgCharacterDirection>^ get(); void set ( array<SvgCharacterDirection>^ value); }
Refer to SvgDocument.SortElements and SvgTextData for more information.
For an example, refer to SvgDocument.SortElements.