Intersoft ClientUI Documentation
TodayHourLineVisibility Property



Gets or sets a value that determines the today hour line visibility.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TodayHourLineVisibility As Visibility
Dim instance As UXScheduleDayView
Dim value As Visibility
 
instance.TodayHourLineVisibility = value
 
value = instance.TodayHourLineVisibility
[CategoryAttribute("Common Properties")]
public Visibility TodayHourLineVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility TodayHourLineVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

In UXScheduleDayView is the current hour indicator element which indicates the current time in your local computer. The indicator is updated on minute interval, which is enabled by default. To disable this feature, you set the TodayHourLineVisibility to Collapsed, or IsTodayHighlighted to false.

Requirements

Target Platforms: 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

Reference

UXScheduleDayView Class
UXScheduleDayView Members

Send Feedback