Class ILAnalogInstrument.TILInstrumentMajorTicks
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' InstrumentMajorTicks : [[Class ILAnalogInstrument.TILInstrumentLabeledTicks|Mitov.InstrumentLab.InstrumentLabeledTicks]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:31, 26 June 2013
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 InstrumentMajorTicks : 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
- Labels - Specifies the settings of the tick labels.
 
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.