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

GetContentPadding() public method

Gets the padding between the border and content drawing.
public GetContentPadding ( PaletteContentStyle style, PaletteState state ) : Padding
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return Padding
        public virtual Padding GetContentPadding(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentPadding(style, state);
        }
PaletteRedirect