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

GetContentPadding() public abstract method

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