ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / PictureShape Class / ViewType Property

In This Topic
    ViewType Property
    In This Topic
    Gets or sets wheether this PictureShape should be displayed in color, grayscale, or black and white.
    Syntax
    'Declaration
     
    Public Property ViewType As PictureViewType
    public PictureViewType ViewType {get; set;}
    See Also