Enum SLScope.TSLChannelShadeMode
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: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type TSLChannelShadeMode = (csmZero, csmTop, csmBottom);
C++ Builder:
enum TSLChannelShadeMode {csmZero, csmTop, csmBottom};
Visual C++ (MFC):
enum CTSLChannelShadeMode {csmZero, csmTop, csmBottom};
Summary
Channel shade modes enumeration.
Description
Defines the Channel Shade modes enumeration. The shade is applicable only when the channel is in cmLine ChannelMode.
Values
csmZero | Shade from Zero . |
csmTop | Shade from Top of the view. |
csmBottom | Shade from Bottom of the view. |