Interface IWindowDefinition
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
public interface IWindowDefinition
Properties
Id
Property Value
- string
InitialHeight
int InitialHeight { get; set; }
Property Value
- int
InitialWidth
int InitialWidth { get; set; }
Property Value
- int
InitialX
int? InitialX { get; set; }
Property Value
- int?
InitialY
int? InitialY { get; set; }
Property Value
- int?
IsHome
bool IsHome { get; set; }
Property Value
- bool
MinHeight
int? MinHeight { get; set; }
Property Value
- int?
MinWidth
int? MinWidth { get; set; }
Property Value
- int?
Name
string Name { get; set; }
Property Value
- string
Resizable
bool? Resizable { get; set; }
Property Value
- bool?
ShowInTaskbar
bool? ShowInTaskbar { get; set; }
Property Value
- bool?
Type
WindowType Type { get; set; }
Property Value
- WindowType
Url
Property Value
- string