Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.DPISupporting Namespace / ScaleResourceInfo Structure / ResourcePath Field


In This Topic
    ResourcePath Field
    In This Topic
    The path of the scale verion of resource file.
    Syntax
    'Declaration
     
    
    Public ResourcePath As String
    'Usage
     
    
    Dim instance As ScaleResourceInfo
    Dim value As String
     
    value = instance.ResourcePath
     
    instance.ResourcePath = value
    public string ResourcePath
    See Also