SystemImageProperties.VerticalSize Property

Definition

Gets the name of the System.Image.VerticalSize property (one of the Windows image file properties).

public:
 property Platform::String ^ VerticalSize { Platform::String ^ get(); };
winrt::hstring VerticalSize();
public string VerticalSize { get; }
var string = systemImageProperties.verticalSize;
Public ReadOnly Property VerticalSize As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Image.VerticalSize file property.

Applies to

See also