C# Класс Alsing.Windows.Forms.SyntaxBox.Painter.ViewPoint

View point struct used by the SyntaxBoxControl. The struct contains information about various rendering parameters that the IPainter needs.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Action EditAction
CharWidth int
ClientAreaStart int
ClientAreaWidth int
FirstVisibleColumn int
FirstVisibleRow int
GutterMarginWidth int
LineNumberMarginWidth int
RowHeight int
TextMargin int
TotalMarginWidth int
VisibleRowCount int
YOffset int

Описание свойств

Action публичное свойство

The action that the SyntaxBoxControl is currently performing
public EditAction Action
Результат EditAction

CharWidth публичное свойство

Width of a char (space) in pixels
public int CharWidth
Результат int

ClientAreaStart публичное свойство

Height of the client area in pixels
public int ClientAreaStart
Результат int

ClientAreaWidth публичное свойство

Width of the client area in pixels
public int ClientAreaWidth
Результат int

FirstVisibleColumn публичное свойство

Index of the first visible column
public int FirstVisibleColumn
Результат int

FirstVisibleRow публичное свойство

Index of the first visible row
public int FirstVisibleRow
Результат int

GutterMarginWidth публичное свойство

Width of the gutter margin in pixels
public int GutterMarginWidth
Результат int

LineNumberMarginWidth публичное свойство

Width of the Linenumber margin in pixels
public int LineNumberMarginWidth
Результат int

RowHeight публичное свойство

Height of a row in pixels
public int RowHeight
Результат int

TextMargin публичное свойство

Width of the text margin (sum of gutter + linenumber + folding margins)
public int TextMargin
Результат int

TotalMarginWidth публичное свойство

public int TotalMarginWidth
Результат int

VisibleRowCount публичное свойство

Number of rows that can be displayed in the current view
public int VisibleRowCount
Результат int

YOffset публичное свойство

Used for offsetting the screen in y axis.
public int YOffset
Результат int