PaddingHorizontal Property
In This Topic
Gets or sets the thickness of the horizontal padding between the element edges and its content.
Syntax
'Declaration
Public Property PaddingHorizontal As Integer
public int PaddingHorizontal {get; set;}
See Also