BaseStationSettingsSilhouettesFolder Property |
Gets or sets the folder that holds aircraft silhouette images to display to the user.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SilhouettesFolder { get; set; }
Public Property SilhouettesFolder As String
Get
Set
public:
property String^ SilhouettesFolder {
String^ get ();
void set (String^ value);
}
member SilhouettesFolder : string with get, set
Property Value
Type:
StringSee Also