All

Padding.All property

Gets or sets the padding value for all the edges. Changing of any partial edge like left or top makes this property equal 0;

public int All { get; set; }

See Also