BackgroundStyle Property (FpButton)
In This Topic
Gets or sets how the background is rendered.
Syntax
'Declaration
Public Property BackgroundStyle As BackStyle
'Usage
Dim instance As FpButton
Dim value As BackStyle
instance.BackgroundStyle = value
value = instance.BackgroundStyle
public BackStyle BackgroundStyle {get; set;}
See Also