Spread for ASP.NET 12 Product Documentation
Theme Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CommandBarInfo Class : Theme Property
Gets or sets the appearance theme of image buttons on the command bar and pager of a Spread component.
Syntax
'Declaration
 
Public Property Theme As ImageButtonTheme
'Usage
 
Dim instance As CommandBarInfo
Dim value As ImageButtonTheme
 
instance.Theme = value
 
value = instance.Theme
public ImageButtonTheme Theme {get; set;}
See Also

Reference

CommandBarInfo Class
CommandBarInfo Members