[]
Represents an icon created from an image.
public class C1BitmapIcon : C1Icon, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
The file that you use should be a solid image on a transparent background. The bitmap image is expected to be a true bitmap that has transparent pixels and non-transparent pixels. The recommended format is PNG. Other file-format image sources will load but result in a solid block of the foreground color.
| Name | Description |
|---|---|
| C1BitmapIcon() | Initializes a new instance of the C1BitmapIcon class. |
| Name | Description |
|---|---|
| ShowAsMonochromeProperty | |
| SourceProperty |
| Name | Description |
|---|---|
| ShowAsMonochrome | Gets or sets a value that indicates whether the bitmap is shown in a single color. |
| Source | Gets or sets the image source. |
| Name | Description |
|---|---|
| InitializeUI() | Initializes the UI. |