SetTitleProperty Example

Example: Set up a titleUp to 3 lines of text which are shown above the schedule. like this:

with objmilestones

  .allcolorsarergb

  .SetTitleProperty "Showborder", 1

  .SetTitleProperty "ShowShadow", 1

  .SetTitleProperty "ExtraSpaceBelow", 1

  .SetTitleProperty "Align", 0

  .SetTitleProperty "FullWidthBackground", 1

  .SetTitleProperty "TargetColor", RGB(255,255,153) 'PALE GOLDENROD

  .SetTitleProperty "BackgroundColor", rgb(178,153,127)  'TAN

  .SetTitleProperty "FadeType", 4 'FADE TO RIGHT

end with

 

Milestones Professional 2019 Automation Methods and Properties.  © Copyright 2018, KIDASA Software, Inc. All rights reserved.