C# Класс ICSharpCode.AvalonEdit.Editing.DottedLineMargin

Margin for use with the text area. A vertical dotted line to separate the line numbers from the text view.
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( ) : UIElement

Creates a vertical dotted line to separate the line numbers from the text view.

IsDottedLineMargin ( UIElement element ) : bool

Gets whether the specified UIElement is the result of a DottedLineMargin.Create call.

Описание методов

Create() публичный статический Метод

Creates a vertical dotted line to separate the line numbers from the text view.
public static Create ( ) : UIElement
Результат System.Windows.UIElement

IsDottedLineMargin() публичный статический Метод

Gets whether the specified UIElement is the result of a DottedLineMargin.Create call.
public static IsDottedLineMargin ( UIElement element ) : bool
element System.Windows.UIElement
Результат bool