Click or drag to resize

PdfArrowOrientation Enumeration

PdfArrowShape orientation.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfArrowOrientation
Members
  Member nameValueDescription
TopLeft0 The arrow head is in the top left.
TopRight1 The arrow head is in the top right.
BottomLeft2 The arrow head is in the bottom left.
BottomRight3 The arrow head is in the bottom right.
See Also