Name | Description | |
---|---|---|
FillProperty | Reference to the Fill property. | |
NTimeIndicatorSchema | Schema associated with NTimeIndicator. | |
ThicknessProperty | Reference to the Thickness property. | |
VisibleProperty | Reference to the Visible property. |
The following tables list the members exposed by NTimeIndicator.
Name | Description | |
---|---|---|
FillProperty | Reference to the Fill property. | |
NTimeIndicatorSchema | Schema associated with NTimeIndicator. | |
ThicknessProperty | Reference to the Thickness property. | |
VisibleProperty | Reference to the Visible property. |
Name | Description | |
---|---|---|
Fill | Gets/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)). | |
Thickness | Gets/Sets the time indicator thickness in DIPs. By default set to 2. | |
Visible | Gets/Sets whether the time indicator is visible. |
Name | Description | |
---|---|---|
jdC | ||
Paint | Overloaded. 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. |