UIVibrancyEffect.CreateWidgetEffectForNotificationCenter Method

Definition

Returns a vibrancy effect with the specified style for use with the notification center.

public static UIKit.UIVibrancyEffect CreateWidgetEffectForNotificationCenter(UIKit.UIVibrancyEffectStyle vibrancyStyle);
static member CreateWidgetEffectForNotificationCenter : UIKit.UIVibrancyEffectStyle -> UIKit.UIVibrancyEffect

Parameters

vibrancyStyle
UIVibrancyEffectStyle

The vibrancy effect style to use.

Returns

A UIVibrancyEffect with the specified style for the notification center.

Applies to