UIVibrancyEffect.CreateWidgetEffectForNotificationCenter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.