Click or drag to resize
GDWindowsCustomizeLogo Method (ImageSource)
Configure logo displayed by the BlackBerry Dynamics user interface.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void CustomizeLogo(
	ImageSource logo
)

Parameters

logo
Type: Windows.UI.Xaml.MediaImageSource
Image that will be displayed in all possible containers. Should be as large as one used for setting splashLogo in [!:CustomizeLogo(ImageSource^,ImageSource^,ImageSource^)] method.
Remarks
Call this function to set image to be displayed instead of default logo in the BlackBerry Dynamics user interface (SDK UI). This function can be called prior to authorize, in order to configure the SDK UI as displayed during authorization processing. Please note that it is up to 3rd party developer to detect device display pixel density and provide images scaled accordingly for the best viewing experience.
See Also