DxHtmlPainterArgs Properties
Stores information about a region where an instance of an HTML template should be painted. You need to manually create and set upDxHtmlPainterArgs
objects only when you paint templates on top of non-DevExpress controls, or DevExpress controls that currently do not support custom-drawn templates.
Name | Description |
---|---|
Appearance | Gets or sets the object that stores appearance-related settings of the parent control. |
Bounds | Gets or sets the bounds of a region where an HTML template can be drawn. |
Cache | Gets or sets the object that exposes DirectX-compatible drawing methods and stores brushes and pens. |
FieldValueProvider | |
HtmlImages | Gets or sets the collection of images that can be assigned to HTML elements. |
InteractivityKey | Gets or sets the key that identifies this currently painted HTML template instance. You can later check keys to obtain a correct template instance (for example, when you need to pass control mouse events to a template). |
LookAndFeel | Gets or sets the object that stores look-and-feel settings of the parent control. |
State | This is an internal property that should not be used in your code. |
See Also