ComponentFactory.Krypton.Toolkit.PaletteWrapLabel.PaletteWrapLabel C# (CSharp) Method

PaletteWrapLabel() public method

Initialize a new instance of the PaletteWrapLabel class.
public PaletteWrapLabel ( KryptonWrapLabel wrapLabel ) : System
wrapLabel KryptonWrapLabel Reference to owning control.
return System
        public PaletteWrapLabel(KryptonWrapLabel wrapLabel)
        {
            _wrapLabel = wrapLabel;
            _font = null;
            _textColor = Color.Empty;
            _hint = PaletteTextHint.Inherit;
        }
PaletteWrapLabel