 | AppSettingsActScreenBounds property |
Is used internally in the program as a memory field for the current screen limits.
Is set by MainWindow.xaml.cs.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static Rect ActScreenBounds { get; set; }
Public Shared Property ActScreenBounds As Rect
Get
Set
public:
static property Rect ActScreenBounds {
Rect get ();
void set (Rect value);
}
static member ActScreenBounds : Rect with get, set
Property value
Rect
See also