HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.BinaryExtendedLabel.dll
Root namespaceBinarymission.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 ExtendedLabelImplements an Extended Label control.
enum BorderStyleLists the border styles supported by the control.
enum DrawingOrientationLists the drawing orientations supported.
enum TextDirectionLists the text drawing directions supported.