Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Picture Class / ImageSource Property


In This Topic
    ImageSource Property (Picture)
    In This Topic
    Gets or sets the image source of the picture.
    Syntax
    'Declaration
     
    Public Property ImageSource As ImageSource
    'Usage
     
    Dim instance As Picture
    Dim value As ImageSource
     
    instance.ImageSource = value
     
    value = instance.ImageSource
    public ImageSource ImageSource {get; set;}

    Property Value

    The image source of the picture.
    See Also