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