| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property StyleFile As String | |
| C# | |
|---|---|
public virtual string StyleFile {get; set;} | |
Property Value
String value containing the full path and file name of the xml file.This property is only available at design time. If you need to read the XML programmatically use the ReadXMLFile Method.
The XML files will only store string or numeric property settings. The XML file will not store image or object information.