public ArrowOrientation FromOrientation { get; set; }
Public Property FromOrientation As ArrowOrientation
Get
Set
public:
property ArrowOrientation FromOrientation {
ArrowOrientation get ();
void set (ArrowOrientation value);
}
member FromOrientation : ArrowOrientation with get, set