 | MainWindowMainWindowAspects property |
Essential display features of the Vishnu MainWindow.
Are filled from the AppSettings when the application is started.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic WindowAspects? MainWindowAspects { get; set; }
Public Property MainWindowAspects As WindowAspects
Get
Set
public:
property WindowAspects^ MainWindowAspects {
WindowAspects^ get ();
void set (WindowAspects^ value);
}
member MainWindowAspects : WindowAspects with get, set
Property value
WindowAspects
See also