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


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

    Property Value

    The URI source of the picture.
    See Also