Gets or sets the spacing between the left edge of the field and its content, in twips.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public double MarginLeft { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MarginLeft As Double
	Get
	Set

Remarks

This property is useful for rendering fields with borders or solid backgrounds, to add some space between the borders and the field content.

The default value for this property is 0.

See Also