Class SLScope.TSLDisplayMarkerCrosshairLine
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]] | '''Unit:''' [[Unit SLScope|SLScope]] | ||
− | '''Inherits:''' [[Class LPControl.TLPOptionalPenProperty|TLPOptionalPenProperty]] | + | '''Inherits:''' [[Class VCL.LPControl.TLPOptionalPenProperty|LPControl.TLPOptionalPenProperty]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLDisplayMarkerCrosshairLine = '''class'''( [[Class LPControl.TLPOptionalPenProperty|TLPOptionalPenProperty]] ) | + | '''type''' TSLDisplayMarkerCrosshairLine = '''class'''( [[Class VCL.LPControl.TLPOptionalPenProperty|LPControl.TLPOptionalPenProperty]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLDisplayMarkerCrosshairLine : '''public''' [[Class LPControl.TLPOptionalPenProperty|TLPOptionalPenProperty]] | + | '''class''' TSLDisplayMarkerCrosshairLine : '''public''' [[Class VCL.LPControl.TLPOptionalPenProperty|LPControl.TLPOptionalPenProperty]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLDisplayMarkerCrosshairLine : '''public''' [[Class LPControl.TLPOptionalPenProperty| | + | '''class''' CTSLDisplayMarkerCrosshairLine : '''public''' [[Class VCL.LPControl.TLPOptionalPenProperty|CLPControl.TLPOptionalPenProperty]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TSLDisplayMarkerCrosshairLine : [[Class LPControl.TLPOptionalPenProperty|Mitov.PlotLab.OptionalPenProperty]] | + | '''public ref class''' TSLDisplayMarkerCrosshairLine : [[Class VCL.LPControl.TLPOptionalPenProperty|Mitov.PlotLab.OptionalPenProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 38: | Line 38: | ||
=== Published === | === Published === | ||
*[[Property SLScope.TSLDisplayMarkerCrosshairLine.Visible|Visible]] - Specifies if the crosshair will be visible. | *[[Property SLScope.TSLDisplayMarkerCrosshairLine.Visible|Visible]] - Specifies if the crosshair will be visible. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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: SignalLabScopePkg
Unit: SLScope
Inherits: LPControl.TLPOptionalPenProperty
Contents |
Syntax
Delphi:
type TSLDisplayMarkerCrosshairLine = class( LPControl.TLPOptionalPenProperty )
C++ Builder:
class TSLDisplayMarkerCrosshairLine : public LPControl.TLPOptionalPenProperty
Visual C++ (MFC):
class CTSLDisplayMarkerCrosshairLine : public CLPControl.TLPOptionalPenProperty
C# (.NET):
public ref class TSLDisplayMarkerCrosshairLine : Mitov.PlotLab.OptionalPenProperty
Summary
Display marker crosshair settings class.
Description
Defines the marker crosshair settings, and visibility.
Properties
Published
- Visible - Specifies if the crosshair will be visible.