ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentCommon.ResetPadding C# (CSharp) 메소드

ResetPadding() 공개 메소드

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