Platforms to show: All Mac Windows Linux Cross-Platform

Back to ProgressBackgroundViewMBS class.

ProgressBackgroundViewMBS.BlurEffectStyle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The blur effect style, when using BackgroundStyleBlur.

Defaults to UIBlurEffectStyleLight.
(Read and Write property)

ProgressBackgroundViewMBS.Color as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The background color or the blur tint color.

Defaults to nil on iOS 13 and later and [UIColor colorWithWhite:0.8f alpha:0.6f] on older systems.
This uses NSColorMBS to wrap the UIColor.
(Read and Write property)

ProgressBackgroundViewMBS.ColorValue as Color

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The background color or the blur tint color.
Example

// set background color for this HUD
dim p as ProgressHUDMBS // your instance
p.backgroundView.ColorValue = &c00FF00

Defaults to nil on iOS 13 and later and [UIColor colorWithWhite:0.8f alpha:0.6f] on older systems.
This is the color as a Xojo color value.
(Read and Write property)

ProgressBackgroundViewMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The internal object reference.

(Read and Write property)

ProgressBackgroundViewMBS.Style as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The background style.

Defaults to BackgroundStyleBlur.
(Read and Write property)

The items on this page are in the following plugins: MBS iOS Plugin.


The biggest plugin in space...