TdxCustomDockControlProperties.Font Property
Specifies the default value of the Font property of dynamically created dock controls.
Declaration
property Font: TFont read; write;
Property Value
Type | Description |
---|---|
TFont | Font settings. |
Remarks
Use the Font property to set the default value for the Font property of dock controls created dynamically.
See Also