In This Article

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.

Color? Color { get; }

Property Value

Color?

LineKind

A LineKind indicating the kind of line to use.

LineKind LineKind { get; }

Property Value

LineKind

Placement

A ColumnGuidePlacement indicating how the column guide will be placed within its parent ITextView.

ColumnGuidePlacement Placement { get; }

Property Value

ColumnGuidePlacement

See Also

PlacementValue

The value that specifies where the column guide will be placed within its parent ITextView.

double PlacementValue { get; }

Property Value

double:

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

Thickness

The value that defines the thickness of the line.

float Thickness { get; }

Property Value

float

Extension Methods