MyNes_src/MyNes/MLV/ManagedListViewBackgroundRenderMode.cs
2024-07-03 10:36:42 +08:00

9 lines
159 B
C#

namespace MLV;
public enum ManagedListViewBackgroundRenderMode
{
NormalStretchNoAspectRatio,
StretchWithAspectRatioIfLarger,
StretchWithAspectRatioToFit
}