Field SelectedFolderImageColorOverride
Gets or sets a function that determines the color override for the selected folder image.
public static Func<LightDarkColor?>? SelectedFolderImageColorOverride
Returns
- Func<LightDarkColor>
- Gets or sets a function that determines the color override for the selected folder image.
Remarks
This property allows customization of the color used for the selected folder image. If the function returns null, the default color will be used.