Skip to content

net90_PropertyGridHelpers.Enums_ImageLocation

dparvin edited this page May 29, 2025 · 11 revisions

ImageLocation enumeration

Select the location to look for the image to display

public enum ImageLocation

Values

name value description
Embedded 0 The image is an embedded resource
Resource 1 The image is a resource in the project properties
File 2 The image is a file in a relative path to the project

See Also

Clone this wiki locally