ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLPictureShape Class / ViewType Property

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