Version

BarTextAppearance Property

Returns or sets the Appearance object which defines the visual attributes for the text that is displayed on or around the bar which represents the task on the timeline.
Syntax
'Declaration
 
Public Property BarTextAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase BarTextAppearance {get; set;}
Remarks

Text can be displayed on either side of the task's timeline bar, or, for non-milestone and non-summary tasks, superimposed over the main bar. The properties which control whether this text is displayed, and the Task property whose value is displayed therein, are BarTextLeft, BarTextRight , and BarTextInside.

Since it applies to text, only the foreground and font related properties of this appearance are used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also