次の方法で共有


IStructureTag.GuideLineHorizontalAnchorPoint Property

Definition

Gets the point with which the block structure adornment will be horizontally aligned.

public:
 property Nullable<int> GuideLineHorizontalAnchorPoint { Nullable<int> get(); };
public int? GuideLineHorizontalAnchorPoint { get; }
member this.GuideLineHorizontalAnchorPoint : Nullable<int>
Public ReadOnly Property GuideLineHorizontalAnchorPoint As Nullable(Of Integer)

Property Value

Remarks

This point can be on any line and is used solely for determining horizontal position. If null, or if GuideLineSpan is null, this point is computed from the HeaderSpan and OutliningSpan via heuristics.

Applies to