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

GetContentPadding() public method

Gets the actual 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 Padding GetContentPadding(PaletteState state)
        {
            return _palette.GetContentPadding(_style, state);
        }