IColumnGuide Interface
Provides the base requirements for a column guide within an ITextView.
public interface IColumnGuide
Properties
Color
The explicitly-defined color of the line. When not defined, a default color will be used.
LineKind
A LineKind indicating the kind of line to use.
Placement
A ColumnGuidePlacement indicating how the column guide will be placed within its parent ITextView.
PlacementValue
The value that specifies where the column guide will be placed within its parent ITextView.
double PlacementValue { get; }
Property Value
Thickness
The value that defines the thickness of the line.