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