IStructureElement.GuideLineHorizontalAnchorPoint 属性

定义

要与结构参考线对齐的水平偏移量。

public:
 property Nullable<Microsoft::VisualStudio::Text::SnapshotPoint> GuideLineHorizontalAnchorPoint { Nullable<Microsoft::VisualStudio::Text::SnapshotPoint> get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint? GuideLineHorizontalAnchorPoint { get; }
member this.GuideLineHorizontalAnchorPoint : Nullable<Microsoft.VisualStudio.Text.SnapshotPoint>
Public ReadOnly Property GuideLineHorizontalAnchorPoint As Nullable(Of SnapshotPoint)

属性值

Nullable<SnapshotPoint>

适用于