Version

TaskAdornmentVisibility Property

Returns or sets the preferred visibility of the adorners within the element.
Syntax
'Declaration
 
Public Property TaskAdornmentVisibility As Visibility
public Visibility TaskAdornmentVisibility {get; set;}
Remarks

Typically the adorners are displayed to the end user but there are situations where a GanttTaskPresenterBase derived class is displayed to the end user and the adornments should be collapsed. This includes instances like the element created to provide the preview when dragging or resizing a task and the element created to be displayed in the GanttTaskDragToolTipPresenter.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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