Click or drag to resize

FrameStyle Class

Frame Style Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3DX.NET.DataFrameStyle

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

The FrameStyle type exposes the following members.

Properties
  NameDescription
Public propertyGridLineLabelTextColor
Label Color
Public propertyGridLineStrokeColor
Line Color
Public propertyGridLineStrokePattern
Grid Line Pattern
Public propertyGridLineStrokeThickness
Line Thickness
Public propertyIsXGridLineEnabled
X 격자 라인 표시 여부 (Section Line)
Public propertyIsXYPlaneEnabled
XY Plane 조회
Public propertyIsYGridLineEnabled
Y 격자 라인 표시 여부 (Elevation Line)
Public propertyIsYZPlaneEnabled
YZ Plane 조회
Public propertyIsZGridLineEnabled
Z 격자 라인 표시 여부 (Plan Line)
Public propertyIsZXPlaneEnabled
ZX Plane 조회
Public propertyMargin
좌표계 여유 공간
Public propertyMarginType
좌표계 타입
Public propertyPlaneStrokeColor
Plane Color
Public propertyPlaneStrokeThickness
Plane Thickness
Public propertyXGridLineLabelType
X축 Prefix
Public propertyYGridLineLabelType
Y축 Prefix
Public propertyZGridLineLabelType
Z축 Prefix
Top
See Also