CharacterAttributes プロパティ (JTextPane)

クラス

JTextPane.

処理

[読み取り専用] キャレットの位置で有効になっている文字属性。

構文

C#
protected List(Of String) CharacterAttributes { get; }
VB
'Declaration
Protected Read Property CharacterAttributes As List(Of String)

アクセス

読み取り専用。

VB

Dim characterAttributes As IList = textPane.CharacterAttributes