BitmapEffect Property (VerticalSplitBar)
In This Topic
Syntax
'Declaration
<ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")>
Public Property BitmapEffect As BitmapEffect
'Usage
Dim instance As VerticalSplitBar
Dim value As BitmapEffect
instance.BitmapEffect = value
value = instance.BitmapEffect
[Obsolete("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")]
public BitmapEffect BitmapEffect {get; set;}
See Also