SVGMarkerElementBuilder.Orient
Contents
[
Hide
]Orient(Orient)
Sets the ‘orient’ attribute of the SVG ‘marker’ element, specifying the orientation of the marker.
public SVGMarkerElementBuilder Orient(Orient auto)
| Parameter | Type | Description | 
|---|---|---|
| auto | Orient | The orientation setting, either ‘auto’ or a specific angle. | 
Return Value
The current instance of SVGMarkerElementBuilder for method chaining.
See Also
- enum Orient
 - class SVGMarkerElementBuilder
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG
 
Orient(double, AngleUnits)
Sets the ‘orient’ attribute of the SVG ‘marker’ element, specifying the orientation angle of the marker.
public SVGMarkerElementBuilder Orient(double angle, AngleUnits unit = AngleUnits.Degrees)
| Parameter | Type | Description | 
|---|---|---|
| angle | Double | The angle of orientation. | 
| unit | AngleUnits | The unit of measurement for the angle (default is degrees). | 
Return Value
The current instance of SVGMarkerElementBuilder for method chaining.
See Also
- enum AngleUnits
 - class SVGMarkerElementBuilder
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG