Click or drag to resize

PFAdminAppSettingsNodeTheme Property

Gets or sets the selected PFTheme ViewModel.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public PFAdminExternalConnectionChoiceViewModel Theme { get; set; }

Property Value

Type: PFAdminExternalConnectionChoiceViewModel
The PFTheme.
See Also