SnapLine.IsVertical Property

Definition

Gets a value indicating whether the snapline has a vertical orientation.

public:
 property bool IsVertical { bool get(); };
public bool IsVertical { get; }
member this.IsVertical : bool
Public ReadOnly Property IsVertical As Boolean

Property Value

true if the snapline is vertical; otherwise, false.

Remarks

The following snapline types are vertical: Left, Right, and Vertical.

Applies to

See also