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.
CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>)
|
GetBlurEffect(BindableObject)
|
Returns a value that controls which, if any, blur effect is applied.
|
GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)
|
Returns a value that tells which, if any, blur effect is applied.
|
GetCanBecomeFirstResponder(BindableObject)
|
GetIsLegacyColorModeEnabled(BindableObject)
|
Returns the legacy color mode.
|
GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)
|
Returns the legacy color mode.
|
GetIsShadowEnabled(BindableObject)
|
Gets a Boolean value that tells whether the shadow effect is enabled.
|
GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)
|
Gets a Boolean value that tells whether the shadow effect is enabled.
|
GetShadowColor(BindableObject)
|
Gets the shadow color.
|
GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)
|
Gets the shadow color.
|
GetShadowOffset(BindableObject)
|
Gets the shadow offset.
|
GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)
|
Gets the shadow offset.
|
GetShadowOpacity(BindableObject)
|
Gets the shadow opacity.
|
GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)
|
Gets the shadow opacity.
|
GetShadowRadius(BindableObject)
|
Gets the shadow radius.
|
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)
|
Gets the shadow radius.
|
SetBlurEffect(BindableObject, BlurEffectStyle)
|
Sets a value that controls which, if any, blur effect is applied.
|
SetCanBecomeFirstResponder(BindableObject, Boolean)
|
SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)
|
SetIsLegacyColorModeEnabled(BindableObject, Boolean)
|
Sets the legacy color mode.
|
SetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)
|
Sets the legacy color mode.
|
SetIsShadowEnabled(BindableObject, Boolean)
|
Sets a Boolean value that controls whether the shadow effect is enabled.
|
SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)
|
Sets a Boolean value that controls whether the shadow effect is enabled.
|
SetShadowColor(BindableObject, Color)
|
Sets the shadow color.
|
SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)
|
Sets the shadow color.
|
SetShadowOffset(BindableObject, Size)
|
Sets the shadow offset.
|
SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)
|
Sets the shadow offset.
|
SetShadowOpacity(BindableObject, Double)
|
Sets the shadow opacity.
|
SetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>, Double)
|
Sets the shadow opacity.
|
SetShadowRadius(BindableObject, Double)
|
Sets the shadow radius.
|
SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)
|
Sets the shadow radius.
|
UseBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>, BlurEffectStyle)
|
Sets the blur effect to use.
|