ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentPadding C# (CSharp) Méthode

GetContentPadding() public méthode

Gets the padding between the border and content drawing.
public GetContentPadding ( PaletteState state ) : Padding
state PaletteState Palette value should be applicable to this state.
Résultat Padding
        public Padding GetContentPadding(PaletteState state)
        {
            return Padding.Empty;
        }