コード例 #1
0
ファイル: DiagramShape.cs プロジェクト: akhuang/Zing
        public DiagramShape()
        {
            //>> Initialization

            Connectors = new List<DiagramShapeConnector>();

            Hover = new DiagramShapeHoverSettings();

            Rotation = new DiagramShapeRotationSettings();

            Stroke = new DiagramShapeStrokeSettings();

            //<< Initialization

            Visual = new ClientHandlerDescriptor();
        }
コード例 #2
0
ファイル: DiagramShape.cs プロジェクト: akhuang/Zing
        public DiagramShape()
        {
            //>> Initialization

            Connectors = new List <DiagramShapeConnector>();

            Hover = new DiagramShapeHoverSettings();

            Rotation = new DiagramShapeRotationSettings();

            Stroke = new DiagramShapeStrokeSettings();

            //<< Initialization

            Visual = new ClientHandlerDescriptor();
        }