Click or drag to resize

SketchStyle Class

Sketch Style Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataSketchStyle

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

The SketchStyle type exposes the following members.

Properties
  NameDescription
Public propertyIsTextShadowEnabled
문자열 그림자 표시 (Default: true)
Public propertyLineStrokeColor
라인 색상 설정
Public propertyLineStrokePattern
선 패턴
Public propertyLineStrokeThickness
선 두께 설정 (Default: 3) 범위: 1 ~ 5
Public propertyTextColor
문자열 색상 설정
Public propertyTextSize
문자열 크기 설정 (Default: 24)
Top
See Also