TdxNavBarOfficeNavigationBarOptionsView.DrawParentBackground Property
Specifies if the navigation bar background is transparent.
Declaration
property DrawParentBackground: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
Use the DrawParentBackground property to enable or disable background transparency when a vector skin is active.
Available Options
True
False
Limitations and Considerations
The DrawParentBackground property has no effect on raster skins. If a raster skin is applied to the Office Navigation Bar component, the DrawParentBackground option is always treated as enabled.
Default Value
The DrawParentBackground property’s default value is True.
See Also