Click or drag to resize

Drawing2DTemplateManagerCellPositionData Class

셀 데이터 클래스
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.ManagerDrawing2DTemplateManagerCellPositionData

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class CellPositionData

The Drawing2DTemplateManagerCellPositionData type exposes the following members.

Constructors
  NameDescription
Public methodDrawing2DTemplateManagerCellPositionData
Initializes a new instance of the Drawing2DTemplateManagerCellPositionData class
Top
Properties
  NameDescription
Public propertyBottomBorder
Bottom Border
Public propertyCellName
Cell 이름
Public propertyColumn
Column (열)
Public propertyIsMerge
Cell 병합 여부
Public propertyLeftBorder
Left Border
Public propertyMaxX
최대 x좌표값
Public propertyMaxY
최소 y좌표값
Public propertyMinX
최소 x좌표값
Public propertyMinY
최소 y좌표값
Public propertyRightBorder
Right Border
Public propertyRotation
Rotation
Public propertyRow
Row (행)
Public propertyText
Text
Public propertyTextAlign
Text Align
Public propertyTextHeight
Text Height
Public propertyTextSize
Text Size
Public propertyTextWidth
Text Width
Public propertyTopBorder
Top Border
Top
See Also