 | ScreenInfoIsPrimary property |
True if the screen is the primary screen.
Namespace: NetEti.MultiScreenAssembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntaxpublic bool IsPrimary { get; set; }
Public Property IsPrimary As Boolean
Get
Set
public:
property bool IsPrimary {
bool get ();
void set (bool value);
}
member IsPrimary : bool with get, set
Property value
Boolean
See also