ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParagraph Class / SpacesBefore Property

In This Topic
    SpacesBefore Property
    In This Topic
    Gets or sets the spaces before value of this paragraph.
    Syntax
    'Declaration
     
    Public Property SpacesBefore As Single
    public float SpacesBefore {get; set;}

    Property Value

    The spaces before of the paragraph.
    See Also