IStructureElement.GuideLineSpan 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 vertical span within which the structure guide line adornment should be drawn.
public:
property Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> GuideLineSpan { Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan? GuideLineSpan { get; }
member this.GuideLineSpan : Nullable<Microsoft.VisualStudio.Text.SnapshotSpan>
Public ReadOnly Property GuideLineSpan As Nullable(Of SnapshotSpan)