'Declaration <ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")> Public Property BitmapEffectInput As BitmapEffectInput
'Usage Dim instance As SeparatorDropDownItemControl Dim value As BitmapEffectInput instance.BitmapEffectInput = value value = instance.BitmapEffectInput
[Obsolete("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")] public BitmapEffectInput BitmapEffectInput {get; set;}