ComponentOne Reports for WPF
C1.C1Preview.Export Namespace / XlsExporter Class / FontScaling Property

In This Topic
    FontScaling Property
    In This Topic
    Gets or sets the amount (in points) by which to change font sizes (may be used to better fit texts into available space).
    Syntax
    'Declaration
     
    Public Property FontScaling As Single
    public float FontScaling {get; set;}
    See Also