ImageAttributes Structure
Provides image attributes.
Assembly: Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | Background | [optional] The background color on which the image will be displayed. |
![]() | Dpi | The DPI setting for the monitor on which the image will be displayed. |
![]() | Flags | The flags indicating which fields of the structure are valid. |
![]() | Format | The format of the image (WPF, WinForms, Win32). |
![]() | GrayscaleBiasColor | [optional] The bias color used to weight a grayscale image. |
![]() | HighContrast | [optional] Determines whether the high-contrast version of the image is requested. |
![]() | ImageType | The type of the image (bitmap, icon, or image list). |
![]() | LogicalHeight | The height of the image, in logical units (e.g. the height at 100% DPI). |
![]() | LogicalWidth | The width of the image, in logical units (e.g. the width at 100% DPI). |
![]() | StructSize | The size of the struct. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

