Documents for PDF, .NET Edition Documentation
MarginAll Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : MarginAll Property
Gets or sets all margings 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

Reference

TextLayout Class
TextLayout Members