Difference between revisions of "Label properties"

From LinuxMCE
Jump to: navigation, search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>'''Top''' : '''''Integer'''''
+
{{NeedsToBeFixed}}
 +
[[Category:Programmer's Guide]]
 +
'''Top''' : '''''Integer'''''
  
 
If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run.
 
If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run.

Latest revision as of 05:25, 3 November 2007

This article needs to be fixed and/or categorized.
Please contribute by fixing this article or other that needs to be fixed.


Top : Integer

If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run.

Left : Integer

If that page is the first page in the wizard, that is the specified height that display screen (or wizard) will run.

Width : Integer

If the text is larger than one specified width size, the control will be cut to the specified size, else the size will be exactly the render text size

Height : Integer

If the text is larger than one specified Height size, the control will be cut to the specified size, else the size will be exactly the render text size

FontHeight : Integer

Font size in pixels

FontName : String

Name of specified font.

FontColor : String

Color in web format of specified font.

Caption : String

That property will specify the label's text.

Style : String

Where string may be Regular, Italic, Bold or Bold-Italic

Align : String

Where string may be Left, Center or Right