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 > SvgEnumerateOptions Class : EnumerateDirection Property |
public SvgEnumerateDirection EnumerateDirection {get; set;}
'Declaration
Public Property EnumerateDirection As SvgEnumerateDirection
'Usage
Dim instance As SvgEnumerateOptions Dim value As SvgEnumerateDirection instance.EnumerateDirection = value value = instance.EnumerateDirection
@property (nonatomic, assign) LTSvgEnumerateDirection enumerateDirection
public SvgEnumerateDirection getEnumerateDirection() public void setEnumerateDirection(SvgEnumerateDirection direction)
public: property SvgEnumerateDirection EnumerateDirection { SvgEnumerateDirection get(); void set ( SvgEnumerateDirection value); }