Spread WPF 18
GrapeCity.Drawing Namespace / ImageBrush Class / Link Property


In This Topic
    Link Property
    In This Topic
    Gets the linked file name.
    Syntax
    'Declaration
     
    Public ReadOnly Property Link As String
    'Usage
     
    Dim instance As ImageBrush
    Dim value As String
     
    value = instance.Link
    public string Link {get;}
    See Also