 | mcsltNoFlags | 0 |
No flags
|
 | mcsltDisplayFeatureIndex | 1 |
If set, include the index with %d
|
 | mcsltDisplayFeatureID | 2 |
If set, include the McFeature.Identifier with d or x
|
 | mcsltDisplaySourceData | 3 |
If set, include the McFeature.SourceData with s if it is a string or with f or g if it is a floating point type or with d or %x otherwise. Since you can assign a separate value to each feature's SourceData property, this choice allows you to assign an arbitrarily different label to each feature.
|
 | mcsltDisplayGraphID | 4 |
If set, include the McGraphObj ID with d or x
|
 | mcsltDisplaySourceFlags | 5 |
If set, include the McFeature.SourceFlags with %d. Since you can assign a separate value to each feature's SourceFlags property, this choice allows you to assign an different integer label to each feature. The SourceFlags property can be assigned from an array, making it convenient to set values for all features in one assignment.
|
 | mcsltDisplayNumberMask | 15 |
Mask for the display number flags
|
 | mcsltCopyBorderColor | 16 |
if set, set TextColor to Feature BorderColor
|
 | mcsltCopyFillColor | 32 |
if set, set TextColor to Feature FillColor
|
 | mcsltTextColorMask | 48 |
Mask for the TextColor control bits
|
 | mcsltLabelTopleft | 1048576 |
Object has a top left label attached.
|
 | mcsltLabelTopright | 2097152 |
Object has a top right label attached.
|
 | mcsltLabelBtmleft | 4194304 |
Object has a bottom left label attached.
|
 | mcsltLabelBtmright | 8388608 |
Object has a bottom right label attached.
|
 | mcsltLabelCenter | 16777216 |
Object has a bottom center label attached.
|
 | mcsltLabelLinebgn | 33554432 |
Display the label underneath the object.
|
 | mcsltLabelLineend | 67108864 |
Display the label near the last point of the object.
|
 | mcsltLabelInside | 134217728 |
The label is shown inside rather than outside the specified position. For mcsltLabelCenter, mcsltLabelLinebgn and mcsltLabelLineend, the position is moved to the other side of the specified position.
|
 | mcsltLabelHidden | 268435456 |
The label is hidden, but not destroyed.
|
 | mcsltLabelPositionMask | 267386880 |
Mask for the label position flags, one must be set to display a label
|
 | mcsltLabelStyleMask | 535822336 |
Mask for the label position and hidden flags
|
 | mcsltDefault | 16777233 |
include the Feature Indexwith %d, set TextColor to Feature BorderColor and Object has a bottom center label attached
|