You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dparvin edited this page Jul 5, 2025
·
11 revisions
FileExtensionAttribute constructor
Specifies a property containing the file extension to use when resolving resource names for an ImageTextUIEditor.
publicFileExtensionAttribute(string propertyName)
parameter
description
propertyName
The name of the property on the same object that provides the file extension value.
Remarks
This attribute is intended for scenarios where an image resource is dynamically constructed from an enum value plus a file extension. It works together with ResourcePathAttribute, DynamicPathSourceAttribute, and EnumImageAttribute to build a complete resource path for images or icons.