Table of Contents

Field SelectedFolderImageColorOverride

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.