Click or drag to resize
RestApiAuthMgrWinformsSetLogo Method
Sets the logo used in the user controls.

Namespace: Rally.RestApi.UiForWinforms
Assembly: Rally.RestApi.UiForWinforms (in Rally.RestApi.UiForWinforms.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public static void SetLogo(
	Image logo
)

Parameters

logo
Type: System.DrawingImage
The image to use as a logo.
Examples
C#
// ImageResources is a resource file that the logo has been added to.
RestApiAuthMgrWpf.SetLogo(ImageResources.Logo);
See Also