ComponentOne Word for WPF
C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfDrawingCanvas Class / IsFlipVertical Property

In This Topic
    IsFlipVertical Property (RtfDrawingCanvas)
    In This Topic
    Gets or sets flip vertical flag of the drawing canvas.
    Syntax
    'Declaration
     
    Public Property IsFlipVertical As Boolean
    public bool IsFlipVertical {get; set;}
    See Also