ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentPadding C# (CSharp) Method

GetContentPadding() public method

Gets the 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 Padding.Empty;
        }