[]
        
(Showing Draft Content)

C1.Report.FieldBase.MarginLeft

MarginLeft Property

MarginLeft

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

Declaration
[C1Category("Layout")]
[C1Description("FieldBase.MarginLeft", "The spacing between the left edge of the field and its content, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginLeft { get; set; }
<C1Category("Layout")>
<C1Description("FieldBase.MarginLeft", "The spacing between the left edge of the field and its content, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginLeft As Double
Remarks

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