Table of Contents
AcmStyle Properties

The properties of the AcmStyle class are listed below. For a complete list of AcmStyle class members, see the AcmStyle Members topic.

Properties
Name Description
BackgroundColor Gets or sets the content's background color.
Border Get or set the border information. Use this property to draw lines on one or more sides of the contents.
Display Gets or sets a value indicating how the content is displayed.
FontName Gets or sets the font name.
FontSize Get or set the font size in points. A point is 1/72 inch.
FontStyle Get or set the font style such as bold and italic.
ForegroundColor Gets or sets the content's foreground color.
Height Gets or sets the block height.
HorizontalAlign Gets or sets the horizontal alignment of the child contents.
Left Gets or sets the distance between a block content's left edge and the left edge of its containing block's client area.
LineHeight Get or set the minimum line height.
Margin Get or set the margin values. Margin defines the extra space reserved outside of a content's border.
Name The name of the style.
OffsetX Gets or sets the horizontal offset from an object's final position to its original position.
OffsetY Gets or sets the vertical offset from an object's final position to its original position.
Padding Get or set the padding values. Padding defines the extra space reserved inside a content's border around its child content.
ParagraphSpacing Gets or sets the extra spacing to be added between paragraphs by an AcmParagraph object.
Top Gets or sets the distance between a block content's top edge and the top edge of its containing block's client area.
VerticalAlign Gets or sets the vertical alignment of the child contents.
Width Gets or sets the block width.
WordSpacing Gets or sets the word spacing for an AcmText object.
See Also