In This Article

IColumnGuide Interface

Provides the base requirements for a column guide within an ITextView.

public interface IColumnGuide

Properties

Color

Gets the explicitly-defined color of the line. When not defined, a default color will be used.

Color? Color { get; }

Property Value

Color?

LineKind

Gets a LineKind indicating the kind of line to use.

LineKind LineKind { get; }

Property Value

LineKind:

One of the LineKind values.

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.

int PlacementValue { get; }

Property Value

int:

The column number when Placement is set to Column, or the coordinate location on the x-axis when Placement is set to Absolute.

Thickness

Gets the value that defines the thickness of the line.

int Thickness { get; }

Property Value

int:

A positive, non-zero numerical value.