StructureTag.GuideLineHorizontalAnchorPoint Property

Definition

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

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

Property Value

Implements

Remarks

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

Applies to