Visual Basic (Declaration) | |
---|---|
Public MustOverride Property TraceFail As LimitLineTraceFail |
C# | |
---|---|
public abstract LimitLineTraceFail TraceFail {get; set;} |
C++/CLI | |
---|---|
public: abstract property LimitLineTraceFail TraceFail { LimitLineTraceFail get(); void set ( LimitLineTraceFail value); } |
If TraceFail is LimitLineTraceFail.InFailColor, then the trace is drawn in a different color than the normal trace color in the regions where the trace data fails the limit/margin test. The DisplayColor.FailLimit and DisplayColor.FailMargin entries in the Display.Color array determine the color of the Limit/Margin failure.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)