TargetScreenSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the TargetScreenSize enumeration.
public enum TargetScreenSize
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum TargetScreenSize
public readonly struct TargetScreenSize : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize>, IEquatable<DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize>
type TargetScreenSize =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type TargetScreenSize =
type TargetScreenSize = struct
interface IEnumValue
interface IEnumValueFactory<TargetScreenSize>
Public Enum TargetScreenSize
Public Structure TargetScreenSize
Implements IEnumValue, IEnumValueFactory(Of TargetScreenSize), IEquatable(Of TargetScreenSize)
- Inheritance
-
TargetScreenSize
- Inheritance
-
TargetScreenSize
- Attributes
Fields
TargetScreenSize(String) | Creates a new TargetScreenSize enum instance |
|
Equals(TargetScreenSize) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(TargetScreenSize, TargetScreenSize) | ||
Inequality(TargetScreenSize, TargetScreenSize) | ||
Sz1024x768 | 4 | 1024x768. When the item is serialized out as xml, its value is "1024x768". |
Sz1024x768 | 1024x768. When the item is serialized out as xml, its value is "1024x768". |
|
Sz1152x882 | 1152x882. When the item is serialized out as xml, its value is "1152x882". |
|
Sz1152x882 | 5 | 1152x882. When the item is serialized out as xml, its value is "1152x882". |
Sz1152x900 | 1152x900. When the item is serialized out as xml, its value is "1152x900". |
|
Sz1152x900 | 6 | 1152x900. When the item is serialized out as xml, its value is "1152x900". |
Sz1280x1024 | 1280x1024. When the item is serialized out as xml, its value is "1280x1024". |
|
Sz1280x1024 | 7 | 1280x1024. When the item is serialized out as xml, its value is "1280x1024". |
Sz1600x1200 | 8 | 1600x1200. When the item is serialized out as xml, its value is "1600x1200". |
Sz1600x1200 | 1600x1200. When the item is serialized out as xml, its value is "1600x1200". |
|
Sz1800x1440 | 9 | 1800x1440. When the item is serialized out as xml, its value is "1800x1440". |
Sz1800x1440 | 1800x1440. When the item is serialized out as xml, its value is "1800x1440". |
|
Sz1920x1200 | 1920x1200. When the item is serialized out as xml, its value is "1920x1200". |
|
Sz1920x1200 | 10 | 1920x1200. When the item is serialized out as xml, its value is "1920x1200". |
Sz544x376 | 0 | 544x376. When the item is serialized out as xml, its value is "544x376". |
Sz544x376 | 544x376. When the item is serialized out as xml, its value is "544x376". |
|
Sz640x480 | 1 | 640x480. When the item is serialized out as xml, its value is "640x480". |
Sz640x480 | 640x480. When the item is serialized out as xml, its value is "640x480". |
|
Sz720x512 | 720x512. When the item is serialized out as xml, its value is "720x512". |
|
Sz720x512 | 2 | 720x512. When the item is serialized out as xml, its value is "720x512". |
Sz800x600 | 3 | 800x600. When the item is serialized out as xml, its value is "800x600". |
Sz800x600 | 800x600. When the item is serialized out as xml, its value is "800x600". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TargetScreenSize>.Create(String) |