Share via


SnapLine.IsHorizontal Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Ausrichtungslinie horizontal ausgerichtet ist.

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

Eigenschaftswert

true, wenn es sich um eine horizontale Ausrichtungslinie handelt, andernfalls false.

Hinweise

Die folgenden Snaplinetypen sind horizontal: Top, Bottom, Horizontalund Baseline.

Gilt für:

Weitere Informationen