ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentAdjacentGap C# (CSharp) Method

GetContentAdjacentGap() public method

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