In This Topic
Gets or sets all margins of the layout box, in graphic units.
Returns null if the margins have different values.
Syntax
'Declaration
Public Property MarginAll As System.Nullable(Of Single)
public System.Nullable<float> MarginAll {get; set;}
See Also