XPTable.Models.Cell.ShouldSerializePadding C# (CSharp) Méthode

ShouldSerializePadding() private méthode

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