SystemImageProperties
SystemImageProperties
SystemImageProperties
SystemImageProperties
Class
Definition
A helper object that provides indexing names for Windows image file properties.
public : sealed class SystemImageProperties : ISystemImagePropertiespublic sealed class SystemImageProperties : ISystemImagePropertiesPublic NotInheritable Class SystemImageProperties Implements ISystemImageProperties// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
HorizontalSize HorizontalSize HorizontalSize HorizontalSize
Gets the name of the System.Image.HorizontalSize property (one of the Windows image file properties.
public : PlatForm::String HorizontalSize { get; }public string HorizontalSize { get; }Public ReadOnly Property HorizontalSize As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Image.HorizontalSize file property.
VerticalSize VerticalSize VerticalSize VerticalSize
Gets the name of the System.Image.VerticalSize property (one of the Windows image file properties).
public : PlatForm::String VerticalSize { get; }public string VerticalSize { get; }Public ReadOnly Property VerticalSize As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the System.Image.VerticalSize file property.