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

GetContentAdjacentGap() public abstract method

Gets the padding between adjacent content items.
public abstract GetContentAdjacentGap ( PaletteContentStyle style, PaletteState state ) : int
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return int
        public abstract int GetContentAdjacentGap(PaletteContentStyle style, PaletteState state);
PaletteBase