AmpFitTextMaxFontSize Property |
Specifies the maximum font size as an integer that the amp-fit-text can use.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public int MaxFontSize { get; set; }
Public Property MaxFontSize As Integer
Get
Set
public:
property int MaxFontSize {
int get ();
void set (int value);
}
member MaxFontSize : int with get, set
Property Value
Type:
Int32See Also