This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFontSize Interface > IFontSize.Size Property (ArcObjects .NET 10.4 SDK) |
The font size in points.
[Visual Basic .NET] Public Property Size As Double
[C#] public double Size {get; set;}
[C++]
HRESULT get_Size(
double* Size
);
[C++]
HRESULT put_Size(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double
Size is the size in points (approx. 1/72 inch) for an IFontSize.