ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfCanvasFlowEnum Enumeration

In This Topic
    RtfCanvasFlowEnum Enumeration
    In This Topic
    The drawing canvas flow enumeration.
    Syntax
    'Declaration
     
    Public Enum RtfCanvasFlowEnum 
       Inherits System.Enum
    public enum RtfCanvasFlowEnum : System.Enum 
    Members
    MemberDescription
    AroundContourThe drawing canvas in around contour flow.
    AroundFrameThe drawing canvas in around frame flow.
    DefaultThe drawing canvas without flow.
    InTextThe drawing canvas in text flow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Word.Objects.RtfCanvasFlowEnum

    See Also