9 lines
159 B
C#
9 lines
159 B
C#
namespace MLV;
|
|
|
|
public enum ManagedListViewBackgroundRenderMode
|
|
{
|
|
NormalStretchNoAspectRatio,
|
|
StretchWithAspectRatioIfLarger,
|
|
StretchWithAspectRatioToFit
|
|
}
|