The PaintHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AlphaBlend(Color, Color) |
Blends two colors.
| |
| AlphaBlend(Appearance, Color) |
Blends appearance background colors with alphaColor.
| |
| AutoAlignment(Type) |
Gets a default ContentAlignment for various data types.
| |
| AutoAlignment(Nullable<(Of <<'(ContentAlignment>)>>), IDataField) |
Gets a default ContentAlignment for the specified IDataField.
| |
| ContentToStringAlignment |
Converts the ContentAlignment to the horizontal StringAlignment (to be passed into the Alignment property of the StringFormat object).
| |
| ContentToStringLineAlignment |
Converts the ContentAlignment to the vertical StringAlignment (to be passed into the LineAlignment property of the StringFormat object).
| |
| HierarchicalIndent |
Measures the hierarchical indent (amount of space needed to show the row selector, hierarchical lines and expand/collapse buttons) on the left of Rows on the specified hierarchical level.
| |
| ImageMetrics |
Measures size and location, needed to show the image in the rectangle with specified settings.
| |
| MeasureHeaderCaptionIconBounds | ||
| MeasureHeaderCaptionTextBounds |
Measures the Column's bounds, remaining to show the text.
| |
| TextAlignment |
Converts ContentAlignment to HorizontalAlignment.
|