StoreImage.Caption Property
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.
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
The caption for the image.