PaddingTopBottom Property
In This Topic
Gets or sets the top and bottom padding of the content area, in graphic units.
Syntax
'Declaration
Public Property PaddingTopBottom As System.Nullable(Of Single)
public System.Nullable<float> PaddingTopBottom {get; set;}
See Also