IStructureElement.GuideLineHorizontalAnchorPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The horizontal offset with which to align the structure guide line.
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)