LineSegment.IsVertical Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Detects whether the segment is vertical
public:
bool IsVertical();
public bool IsVertical ();
member this.IsVertical : unit -> bool
Public Function IsVertical () As Boolean
Returns
true means segment is vertical; false means it's not.