AmpFitTextMinFontSize Property |
Specifies the minimum 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
Syntaxpublic int MinFontSize { get; set; }
Public Property MinFontSize As Integer
Get
Set
public:
property int MinFontSize {
int get ();
void set (int value);
}
member MinFontSize : int with get, set
Property Value
Type:
Int32
See Also