TeamFoundationJobReportingService.ImageScaleSize Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ImageScaleSize As Single
public float ImageScaleSize { get; set; }
public:
property float ImageScaleSize {
    float get ();
    void set (float value);
}
member ImageScaleSize : float32 with get, set
function get ImageScaleSize () : float 
function set ImageScaleSize (value : float)

Property Value

Type: System.Single

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingService Class

Microsoft.TeamFoundation.Framework.Server Namespace