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

GetContentAdjacentGap() public abstract method

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