WinForms › Extended Label
Extended Label
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WinForms
A highly customisable Label .NET Control for WinForms
4public types
36public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.BinaryExtendedLabel.dll |
| Root namespace | Binarymission.WinForms.Controls.Containers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.Containers;
// Designer: build the solution once, then drag ExtendedLabel from the Toolbox onto a form.
// In code:
var extendedLabel = new ExtendedLabel
{
Dock = DockStyle.Fill,
};
this.Controls.Add(extendedLabel);
API reference
Binarymission.WinForms.Controls.Containers
class ExtendedLabel | Implements an Extended Label control. |
enum BorderStyle | Lists the border styles supported by the control. |
enum DrawingOrientation | Lists the drawing orientations supported. |
enum TextDirection | Lists the text drawing directions supported. |