ComponentFactory.Krypton.Toolkit.PaletteContent.ResetPadding C# (CSharp) Method

ResetPadding() public method

Reset the Padding to the default value.
public ResetPadding ( ) : void
return void
        public void ResetPadding()
        {
            Padding = CommonHelper.InheritPadding;
        }