GetStylesOfChar Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Returns list of styles of given place

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public List<Style> GetStylesOfChar(
	Place place
)
Visual Basic
Public Function GetStylesOfChar ( _
	place As Place _
) As List(Of Style)
Visual C++
public:
List<Style^>^ GetStylesOfChar(
	Place place
)

Parameters

place
Type: FastColoredTextBoxNS..::..Place

See Also