BitmapEffectInput Property (RowHeaderCellPresenter)
In This Topic
Syntax
'Declaration
<ObsoleteAttribute("BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.")>
Public Property BitmapEffectInput As BitmapEffectInput
'Usage
Dim instance As RowHeaderCellPresenter
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;}
See Also