[]
Gets or sets the spacing between the top edge of the field and its content, in twips.
[C1Category("Layout")]
[C1Description("FieldBase.MarginTop", "The spacing between the top edge of the field and its content, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginTop { get; set; }
<C1Category("Layout")>
<C1Description("FieldBase.MarginTop", "The spacing between the top edge of the field and its content, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginTop As Double
This property is useful for rendering fields with borders or solid backgrounds, to add some space between the borders and the field content.