[DEVEXPRESS/WINFORM] DiagramShape 클래스 : Shape 속성을 사용해 도형 종류 설정하기
DevExpress/WinForm 2020. 6. 2. 22:12728x90
반응형
■ DiagramShape 클래스 : Shape 속성을 사용해 도형 종류 설정하기
------------------------------------------------------------------------------------------------------------------------
using DevExpress.Diagram.Core;
using DevExpress.XtraEditors;
DiagramShape diagramShape = new DiagramShape();
diagramShape.Shape = BasicFlowchartShapes.Decision;
------------------------------------------------------------------------------------------------------------------------
728x90
반응형
댓글을 달아 주세요