Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The Windows Gadget Platform/Sidebar is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]
Gets or sets the height of the g:text element.
This property is read/write.
Syntax
iheight = text.height
text.height = iheight
Property value
An Integer that specifies or receives the height, in pixels, to scale the target element.
Examples
The following example demonstrates how to set the height of the g:text element from a gadget script file.
\\ imgBackground is the value of the 'id' attribute for the g:background element.
var txtHeight = imgBackground.addTextObject("test", "Verdana", 25, "Red", intX, intY);
txtHeight.height = 50;
Requirements
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| End of client support |
Windows 7 |
| End of server support |
Windows Server 2008 |
| IDL |
|
| DLL |
|
See also
-
Reference