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