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


In This Topic
    ScaleFactor Field (ScaleResourceInfo)
    In This Topic
    The scale factor of resource file.
    Syntax
    'Declaration
     
    
    Public ScaleFactor As Single
    'Usage
     
    
    Dim instance As ScaleResourceInfo
    Dim value As Single
     
    value = instance.ScaleFactor
     
    instance.ScaleFactor = value
    public float ScaleFactor
    See Also