DefaultMargins Constant
In This Article
#Declaration
Delphi
const DefaultMargins: Integer = 5;
#Returns
Type | Description |
---|---|
Integer | The default left, top, right, and bottom visual element margins (in pixels) at |
#Remarks
The DefaultMargins
typed constant defines the default Padding.All property value of all TdxChartVisualElementAppearance class descendants that publish the Margins property.
See Also