Flags property (ILEADRasterAnnNameOptions)
long Flags; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates which ILEADRasterAnnNameOptions properties are valid. Possible values are one or more of the following constants "or"ed together:
Value |
Meaning |
ANN_NAME_SHOW_NAME |
[0x0001] EnableShowName property is valid |
ANN_NAME_NAME |
[0x0002] AnnotationName property is valid |
ANN_NAME_OFFSET |
|
ANN_NAME_RESTRICT |
[0x0010] EnableNameRestrict property is valid |
ANN_NAME_FORECOLOR |
[0x0020] FaceNameColor property is valid |
ANN_NAME_BACKCOLOR |
[0x0040] BackNameColor property is valid |
ANN_NAME_BACK_TRANSPARENT |
[0x0080] EnableNameBackTransparent property is valid |
ANN_NAME_FONT_BOLD |
[0x0100] EnableFontBold property is valid |
ANN_NAME_FONT_ITALIC |
[0x0200] EnableFontItalic property is valid |
ANN_NAME_FONT_STRIKEOUT |
[0x0400] EnableFontStrikeOut property is valid |
ANN_NAME_FONT_UNDERLINE |
[0x0800] EnableFontUnderline property is valid |
ANN_NAME_FONT_NAME |
[0x1000] FontName property is valid |
ANN_NAME_FONT_SIZE |
[0x2000] FontSize property is valid |
ANNNAME_FONT_INFO |
(ANN_NAME_FONT_BOLD | |
|
ANN_NAME_FONT_ITALIC | |
|
ANN_NAME_FONT_STRIKEOUT | |
|
ANN_NAME_FONT_UNDERLINE | |
|
ANN_NAME_FONT_SIZE | |
|
ANN_NAME_FONT_NAME) |
ANNNAME_ALL |
(ANN_NAME_SHOW_NAME | All Properties are valid |
|
ANN_NAME_NAME | |
|
ANN_NAME_NAME_LENGTH | |
|
ANN_NAME_OFFSET | |
|
ANN_NAME_RESTRICT | |
|
ANN_NAME_FORECOLOR | |
|
ANN_NAME_BACKCOLOR | |
|
ANN_NAME_BACK_TRANSPARENT | |
|
ANN_NAME_FONT_INFO) |
See Also