AvalonEdit
ColumnRulerPen Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewColumnRulerPen
Gets/Sets the pen used to draw the column ruler.
Declaration Syntax
C#Visual BasicVisual C++
public Pen ColumnRulerPen { get; set; }
Public Property ColumnRulerPen As Pen
	Get
	Set
public:
property Pen^ ColumnRulerPen {
	Pen^ get ();
	void set (Pen^ value);
}
See Also

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238