Revised code to assure setpoint ro's were underlined and non-setpoint ro's were not underlined during printing

Revised code to assure ro's in grids are not colored red during printing
Added code to override Height property of vlnPrintObject class in vlnBox class
Added code to utilize BoxLeftAdj property
Removed blank lines and previous debug code
Added code to assure spaces between note and caution boxes are added when separate box format flag is used
Added code to implement %c token in continue message of Byron/Braidwood formats
Added code to utilize BoxLeftAdj property
Added code to correct underline termination issue involving reference objects and transitions
Changed Height property to virtual to allow overriding in inherited classes
This commit is contained in:
Rich
2014-01-17 16:12:20 +00:00
parent 7793bd2397
commit 750c8df895
5 changed files with 38 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ namespace Volian.Print.Library
set { _Width = value; }
}
protected float _Height;
public float Height
public virtual float Height
{
get
{