Class ILAnalogInstrument.TILInstrumentMajorTicks
From Mitov Wiki Doc
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: ILAnalogInstrument
Inherits: TILInstrumentLabeledTicks
Contents |
Syntax
Delphi:
type TILInstrumentMajorTicks = class( TILInstrumentLabeledTicks )
C++ Builder:
class TILInstrumentMajorTicks : public TILInstrumentLabeledTicks
Visual C++ (MFC):
class CTILInstrumentMajorTicks : public CTILInstrumentLabeledTicks
C# (.NET):
public ref class TILInstrumentMajorTicks : Mitov.InstrumentLab.InstrumentLabeledTicks
Summary
Major ticks properties class.
Description
Defines class specifying major tick properties.
Properties
Published
- MinTick - Specifies the settings of the min tick of the scale.
- MaxTick - Specifies the settings of the max tick of the scale.
From TILInstrumentLabeledTicks
Properties
Published
From TILInstrumentTicks
Properties
Published
- Thickness - Specifies the thickness of the ticks.
- Length - Specifies the length of the ticks.
- Count - Specifies the count of ticks.
- Brush - Specifies the brush to be used to draw the ticks.