ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfSection Class / SectionBreak Property

In This Topic
    SectionBreak Property
    In This Topic
    Gets or sets break attribute for the section.
    Syntax
    'Declaration
     
    Public Property SectionBreak As RtfSectionBreak
    public RtfSectionBreak SectionBreak {get; set;}

    Property Value

    The break value RtfSectionBreak of the Word/RTF section.
    See Also