ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Paragraph Class / SpaceBefore Property

In This Topic
    SpaceBefore Property
    In This Topic
    Gets or sets the spacing before the paragraph. Cannot be negative.

    Default: 0tw.

    Syntax
    'Declaration
     
    Public Property SpaceBefore As RdlSize
    public RdlSize SpaceBefore {get; set;}
    See Also