SnapLine.IsVertical 屬性

定義

取得值,指出對齊線是否具有垂直方向。

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

屬性值

如果對齊線是垂直的則為 true,否則為 false

備註

下列對齊線類型為垂直: LeftRightVertical

適用於

另請參閱