Vanara/WIndows.Forms/Extensions/LabelExtension.cs

14 lines
280 B
C#

using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Vanara.Extensions
{
public static partial class LabelExtension
{
private static void ResizeForText(this Label cb, Orientation fixedOrientation = Orientation.Horizontal)
{
}
}
}