Click or drag to resize

NoteCustomStyle Class

Note Custom Style Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataNoteCustomStyle

Namespace:  VIZCore3DX.NET.Data
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public class NoteCustomStyle : VIZCoreBase

The NoteCustomStyle type exposes the following members.

Properties
  NameDescription
Public propertyBoxFillColor
박스 채우기 색상 설정
Public propertyBoxStrokeColor
박스 선 색상 설정
Public propertyLineStrokeColor
선 색상 설정
Public propertyLineStrokePattern
선 패턴
Public propertyLineStrokeThickness
선 두께 설정
Public propertySymbolFillColor
심벌 채우기 색상 설정
Public propertySymbolSize
심벌 크기 설정
Public propertySymbolStrokeColor
심벌 선 색상 설정
Public propertySymbolTextColor
심벌 문자열 색상 설정
Public propertySymbolTextSize
심벌 문자열 크기 설정
Public propertyTextColor
문자열 색상 설정
Public propertyTextSize
문자열 크기 설정
Top
See Also