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