HelpBitmapAlignment Element
Description
Allows you to choose how the picture file will be aligned to the text in Windows Help.
The HelpBitmapAlignment element corresponds to the "Align Bitmap" radio buttons on the "Bitmap Options" sub-tab, of the Windows Help tab of the File object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
File
Values
Data Type
|
Range
|
Integer
|
1 to 3, where:
1 = As a text character 2 = Along the left margin of the text 3 = Along the right margin of the text
|
Sample XML
<HelpBitmapAlignment inherited="true">1</HelpBitmapAlignment>
|