Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Acm
- Classes
- AcmBlock Class
- AcmBold Class
- AcmBorder Class
- AcmCheckBox Class
- AcmColumn Class
- AcmComboBox Class
- AcmContent Class
- AcmContentCollection Class
- AcmField Class
- AcmImage Class
- AcmInlineBlock Class
- AcmItalic Class
- AcmLineBreak Class
- AcmLineInfo Class
- AcmLink Class
- AcmListBox Class
- AcmListField Class
- AcmPadding Class
- AcmPageBreak Class
- AcmPageEventArgs Class
- AcmPageLayout Class
- AcmParagraph Class
- AcmRadioButton Class
- AcmRender Class
- AcmStyle Class
- AcmStyle Class
- AcmStyle Members
- AcmStyle Constructor
- Properties
- Methods
- AcmStyleSheet Class
- AcmTable Class
- AcmTableCell Class
- AcmTableCellCollection Class
- AcmTableColumn Class
- AcmTableColumnCollection Class
- AcmTableRow Class
- AcmTableRowCollection Class
- AcmText Class
- AcmTextBox Class
- AcmUnit Class
- Enumerations
- Delegates
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
AcmStyle Members |
The AcmStyle class exposes the following members.

Name | Description | |
---|---|---|
![]() |
AcmStyle(); | Creates a new instance of the AcmStyle class. |

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. |

Name | Description | |
---|---|---|
![]() | Clone | Creates a new AcmStyle object that is a copy of the current instance. |
![]() | Equals (inherited from Object) | |
![]() | Finalize (inherited from Object) | |
![]() | GetHashCode (inherited from Object) | |
![]() | GetType (inherited from Object) | |
![]() | MemberwiseClone (inherited from Object) |
