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

In This Topic
    Image Property
    In This Topic
    Gets a reference to the image/bitmap contained in this XLPictureShape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Image As C1.Xaml.Bitmap.C1Bitmap
    public C1.Xaml.Bitmap.C1Bitmap Image {get;}
    See Also