StoreImage.Caption Property

Definition

Gets the caption for the image.

public:
 property Platform::String ^ Caption { Platform::String ^ get(); };
winrt::hstring Caption();
public string Caption { get; }
var string = storeImage.caption;
Public ReadOnly Property Caption As String

Property Value

String

Platform::String

winrt::hstring

The caption for the image.

Applies to