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.
파일 보기 프로젝트 열기: kjk/kjkpub

공개 메소드들

메소드 설명
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