FormsMapUseDefaultTheme Property |
Gets or sets a value indicating whether the built-in PTV theme should be used, and thus overriding an optionally set
style. The application theme can be set in the App.xaml. If no theme at all is set and the default PTV
theme is not used either, the UI will look like the current Windows theme.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool UseDefaultTheme { get; set; }
Public Property UseDefaultTheme As Boolean
Get
Set
public:
property bool UseDefaultTheme {
bool get ();
void set (bool value);
}
member UseDefaultTheme : bool with get, set
Property Value
Type:
BooleanSee Also