Click or drag to resize

NoteManagerSetStyle Method (ListNoteItem, NoteStyle)

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

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void SetStyle(
	List<NoteItem> items,
	NoteStyle style
)

Parameters

items
Type: System.Collections.GenericListNoteItem
노트 목록
style
Type: VIZCore3D.NET.DataNoteStyle
노트 스타일
See Also