ArcObjects Library Reference (DefenseSolutions)  

IMoleSymbol.TextSize Property

The size of text generated by the MOLE symbol. For Marker symbols, this is expressed in points (0 = hide labels, <0 = automatic text size). For Line and Fill symbols, it is expresed in map units (must be greater than 0).

[Visual Basic .NET]
Public Property TextSize As Double
[C#]
public double TextSize {get; set;}
[C++]
HRESULT get_TextSize(
  double* Size
);
[C++]
HRESULT put_TextSize(
  double Size
);
[C++]

Parameters

Size [out, retval]   Size is a parameter of type double Size [in]   Size is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleSymbol Interface