Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140945 | Nov 15,2018 10:52 AM UTC | Nov 16,2018 06:10 AM UTC | WinForms | 2 |
![]() |
Tags: Diagram |
LineConnector line = new LineConnector(new PointF(100, 100), new PointF(400, 100));
//By setting false AllowMoveY for both HeadEndPoint and TailEndPoint it will draw a straight line.
line.HeadEndPoint.AllowMoveY = false;
line.TailEndPoint.AllowMoveY = false;
But I want that a line (every line that I use) ALWAYS has allowmoveY disabled by default. How can I do it?
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.