TdxPDFViewer.ParentColor Property
Specifies if the PDF Viewer control uses the color of its parent.
Declaration
property ParentColor; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If this property is set to True, the color of the control’s parent is automatically assigned to the PDF Viewer control’s Color property. Changing the control’s Color property value automatically sets the ParentColor property to False.
The default value of the ParentColor property is False.
See Also