Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FontInFo Class / fScaled Property


In This Topic
    fScaled Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fScaled As Byte
    'Usage
     
    
    Dim instance As FontInFo
    Dim value As Byte
     
    instance.fScaled = value
     
    value = instance.fScaled
    public byte fScaled {get; set;}
    See Also