|
PdfSharp-WPF
1.31.7289
|
Represents the text layout information. More...
Public Member Functions | |
| XStringFormat () | |
| Initializes a new instance of the XStringFormat class. More... | |
Properties | |
| XStringAlignment | Alignment [get, set] |
| Gets or sets horizontal text alignment information. More... | |
| XLineAlignment | LineAlignment [get, set] |
| Gets or sets the line alignment. More... | |
| static XStringFormat | Default [get] |
| Gets a new XStringFormat object that aligns the text left on the base line. More... | |
| static XStringFormat | TopLeft [get] |
| Gets a new XStringFormat object that aligns the text top left of the layout rectangle. More... | |
| static XStringFormat | Center [get] |
| Gets a new XStringFormat object that centers the text in the middle of the layout rectangle. More... | |
| static XStringFormat | TopCenter [get] |
| Gets a new XStringFormat object that centers the text at the top of the layout rectangle. More... | |
| static XStringFormat | BottomCenter [get] |
| Gets a new XStringFormat object that centers the text at the bottom of the layout rectangle. More... | |
| XStringFormatFlags | FormatFlags [get, set] |
| Gets or sets flags with format information. More... | |
Represents the text layout information.
| PdfSharp.Drawing.XStringFormat.XStringFormat | ( | ) |
Initializes a new instance of the XStringFormat class.
|
getset |
Gets or sets horizontal text alignment information.
|
staticget |
Gets a new XStringFormat object that centers the text at the bottom of the layout rectangle.
|
staticget |
Gets a new XStringFormat object that centers the text in the middle of the layout rectangle.
|
staticget |
Gets a new XStringFormat object that aligns the text left on the base line.
|
getset |
Gets or sets flags with format information.
|
getset |
Gets or sets the line alignment.
|
staticget |
Gets a new XStringFormat object that centers the text at the top of the layout rectangle.
|
staticget |
Gets a new XStringFormat object that aligns the text top left of the layout rectangle.