ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingFill Class / Image Property

In This Topic
    Image Property (DrawingFill)
    In This Topic
    Gets or sets the fill image of the shape.
    Syntax
    'Declaration
     
    Public Property Image As C1.Xaml.Bitmap.C1Bitmap
    public C1.Xaml.Bitmap.C1Bitmap Image {get; set;}
    See Also