XPTable.Models.Cell.ShouldSerializePadding C# (CSharp) 메소드

ShouldSerializePadding() 개인적인 메소드

Specifies whether the Padding property should be serialized at design time
private ShouldSerializePadding ( ) : bool
리턴 bool
        private bool ShouldSerializePadding()
        {
            return this.Padding != CellPadding.Empty;
        }