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


In This Topic
    Picture Property (PictureSelectionChangedEventArgs)
    In This Topic
    Gets the picture.
    Syntax
    'Declaration
     
    Public ReadOnly Property Picture As Picture
    'Usage
     
    Dim instance As PictureSelectionChangedEventArgs
    Dim value As Picture
     
    value = instance.Picture
    public Picture Picture {get;}

    Property Value

    The picture.
    See Also