Skip to content

Padding Property

Summary

Gets or sets the border padding thickness. Property value can be set using Thickness, number, or a string newThickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4".

Signature

1
public Thickness Padding {get; set;}

Return Value

Thickness

Declaring Type

cAlgo.API.Border


Last update: March 23, 2023