AmpAttributesSizes Property |
The value of the AMP sizes attribute is a sizes expression that selects the defined size corresponding to the media query based on the current window size.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Sizes { get; set; }
Public Property Sizes As String
Get
Set
public:
property String^ Sizes {
String^ get ();
void set (String^ value);
}
member Sizes : string with get, set
Property Value
Type:
String
See Also