DisplayConfigTopologyId Enumeration
Specifies the type of display topology.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DisplayConfigTopologyId
<FlagsAttribute>
Public Enumeration DisplayConfigTopologyId
Dim instance As DisplayConfigTopologyId
[FlagsAttribute]
public enum class DisplayConfigTopologyId
[<FlagsAttribute>]
type DisplayConfigTopologyId
No code example is currently available or this language may not be supported.
Null |
0 |
Null value.
|
internal |
1 |
The display topology is an internal configuration.
|
Clone |
2 |
The display topology is clone-view configuration.
|
Extend |
4 |
The display topology is an extended configuration.
|
External |
8 |
The display topology is an external configuration.
|