ComponentFactory.Krypton.Toolkit.PaletteContentInheritRedirect.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 _redirect.GetContentPadding(_style, state);
        }