ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentPadding C# (CSharp) Method

GetContentPadding() public method

Gets the padding between the border and content drawing.
public GetContentPadding ( PaletteState state ) : Padding
state PaletteState Palette value should be applicable to this state.
return Padding
        public override Padding GetContentPadding(PaletteState state)
        {
            return _inherit.GetContentPadding(state);
        }