ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / SpacesBefore Property

In This Topic
    SpacesBefore Property (RtfParagraph)
    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