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


In This Topic
    Property Property (PictureChangedEventArgs)
    In This Topic
    Gets the property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Property As String
    'Usage
     
    Dim instance As PictureChangedEventArgs
    Dim value As String
     
    value = instance.Property
    public string Property {get;}

    Property Value

    The property.
    See Also