TVistaButtonParentBgNeeded Property
Gets or sets whether
TVistaButton needs to get background from its parent.
If it draws on the entire surface of the control, the parent's background isn't needed.
If
Radius property is not 0, then parent's background is needed.
If one of the opacities (either background or foreground opacity) is less then full opaque,
then this is ignored, and background is got from the parent.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected override bool ParentBgNeeded { get; }
Protected Overrides ReadOnly Property ParentBgNeeded As Boolean
Get
Property Value
Boolean