Class ILAnalogClock.TILClockHand
From Mitov Wiki Doc
(Difference between revisions)
Revision as of 00:26, 22 November 2011
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: InstrumentLabPkg
Unit: ILAnalogClock
Inherits: TILOptionalAngularGaugeHand
Contents |
Syntax
Delphi:
type TILClockHand = class( TILOptionalAngularGaugeHand )
C++ Builder:
class TILClockHand : public TILOptionalAngularGaugeHand
Visual C++ (MFC):
class CTILClockHand : public CTILOptionalAngularGaugeHand
C# (.NET):
public ref class TILClockHand : Mitov.InstrumentLab.OptionalAngularGaugeHand
Summary
Clock hand properties class.
Description
Defines class specifying the clock hand properties.
Properties
Published
- Discrete - Specifies if the hand is discrete.
From TILOptionalAngularGaugeHand
Properties
Published
- Visible - Specifies if the hand is visible.
Methods
Public
From TILAngularGaugeHand
Properties
Published
- Visible - Specifies if the hand is visible.
- Length - Specifies the head length of the hand.
- TailLength - Specifies the tail length of the hand.
- TipWidth - Specifies the tip width of the hand.
- TailIndentSize - Specifies the size of the tail indent of the hand.
- TailWidth - Specifies the tail width of the hand.
- Color - Specifies the color of the hand.
- Shadow - Specifies how the shadow will be displayed.