NevronOpenVision
Nevron.Nov.Schedule Namespace / NTimeIndicator Class
Fields Properties Methods Events


NTimeIndicator Class Members

The following tables list the members exposed by NTimeIndicator.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the Fill property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NTimeIndicator.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Thickness property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Visible property.  
Top
Public Properties
 NameDescription
Public PropertyGets/Sets the fill style of the time indicator. For best results set it to a semi-transparent color fill, for example - new NColorFill(new NColor(192, 0, 0, 160)).  
Public PropertyGets/Sets the time indicator thickness in DIPs. By default set to 2.  
Public PropertyGets/Sets whether the time indicator is visible.  
Top
Protected Methods
 NameDescription
Internal Method  
Protected MethodOverloaded. Paints this time indicator at the specified point in time. The default implementation of this method calculates the time indicator bounds based on the given dateTime and then calls the Paint(NPaintVisitor,ENHVOrientation,NRectangle,DateTime) method.  
Top
See Also