JVCL Help:TJvMarkupLabel.MarginLeft

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the left-hand margin for content rendered in the HTML-enabled control.


Pascal

 propertyMarginLeft: Integer;


Description

MarginLeft is an Integer property that specifies the left-hand margin in pixels for content rendered in the HTML-enabled control. The default value for MarginLeft is 5.
MarginLeft, MarginRight, and MarginTop are used when rendering the HTML markup in the Text for the control using the Paint method. MarginLeft, MarginRight, and MarginTop determine the edge boundaries for the Alignment and Align properties within the client area for the control.
Changing the value in the MarginLeft, MarginRight, or MarginTop properties causes the control to be redrawn.


See Also

TJvMarkupLabel.MarginRight, TJvMarkupLabel.MarginTop, TJvMarkupLabel.Text, TJvMarkupLabel.Paint


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page