IconRenderer Class Members
In This Topic
The following tables list the members exposed by IconRenderer.
Protected Fields
| Name | Description |
| DefaultDpi | Gets a default value of dpi. |
Top
Public Properties
| Name | Description |
| BackColor | Gets or sets the color used to paint the icon's background. |
| Color | Gets or sets the color used to paint the icon. |
| DeviceDpi | Gets or sets the device dpi where the image will be used. |
| Padding | Gets or sets the padding of the icon. |
| RightToLeft | Gets or sets whether the C1Icon should be drawn using right-to-left layout. |
| ScaledSize | Gets the size of icon after scaling by DeviceDpi. |
| Size | Gets or sets the size of icon to show. |
Top
Protected Properties
| Name | Description |
| CachedImage | Gets or sets the cached icon image. |
| Icon | Gets the icon to render. |
Top
Public Methods
See Also