Visual Basic (Declaration) | |
---|---|
Public MustOverride Property LineDraw As LimitLineDraw |
C# | |
---|---|
public abstract LimitLineDraw LineDraw {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineDraw LineDraw { LimitLineDraw get(); void set ( LimitLineDraw value); } |
If a single line is chosen, then the sections between the limit line segments are drawn as lines at the upper side of the trace (if YSide is LimitLineYSide.Upper) or the lower side of the trace (if YSide is LimitLineYSide.Lower).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)