Selerix Developer Tools
CSSFile Property (Theme)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Theme Class : CSSFile Property
Gets or sets the CSS file.
Syntax
'Declaration
 
Public Overridable Property CSSFile As String
'Usage
 
Dim instance As Theme
Dim value As String
 
instance.CSSFile = value
 
value = instance.CSSFile
public virtual string CSSFile {get; set;}
public read-write property CSSFile: String; virtual; 
public function get,set CSSFile : String
public: __property virtual string* get_CSSFile();
public: __property virtual void set_CSSFile( 
   string* value
);
public:
virtual property String^ CSSFile {
   String^ get();
   void set (    String^ value);
}

Property Value

The CSS file.
See Also

Reference

Theme Class
Theme Members