7 lines
86 B
C#
7 lines
86 B
C#
|
|
namespace LANCommander.UI.Components;
|
||
|
|
|
||
|
|
public enum ImageFit
|
||
|
|
{
|
||
|
|
Contain,
|
||
|
|
Cover
|
||
|
|
}
|