Enum SLScope.TSLViewAlign

From Mitov Wiki Doc
Jump to: navigation, search

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 TSLViewAlign = (vaTop, vaBottom, vaLeft, vaRight);

C++ Builder:

enum TSLViewAlign {vaTop, vaBottom, vaLeft, vaRight};

Visual C++ (MFC):

enum CTSLViewAlign {vaTop, vaBottom, vaLeft, vaRight};

Summary

View alignment enumeration.

Description

Defines enumeration for the way the view will be aligned.

Values

vaTop Align to the top.
vaBottom Align to the bottom.
vaLeft Align to the left.
vaRight Align to the right.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox