Click or drag to resize

NoteManagerSetStyle Method (ListNoteItem, NoteCustomStyle)

지정된 노드의 스타일을 설정

Namespace:  VIZCore3DX.NET.Manager
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.515 (1.0.25.515)
Syntax
C#
public void SetStyle(
	List<NoteItem> note,
	NoteCustomStyle style
)

Parameters

note
Type: System.Collections.GenericListNoteItem
노트 목록
style
Type: VIZCore3DX.NET.DataNoteCustomStyle
노트 스타일
See Also