Parses a string into an ArcDrawDirection enum value. If no match is found then defaultValue is returned. Strings must match one of: "Clockwise", "Counter CW", or "Automatic" (case-insensitive).
ArcDrawDirection
defaultValue
Parses a string into an
ArcDrawDirection
enum value. If no match is found thendefaultValue
is returned. Strings must match one of: "Clockwise", "Counter CW", or "Automatic" (case-insensitive).