ArcObjects Library Reference (Display) |
|
ITextSymbol.Size Property
Text size.
[Visual Basic .NET]
Public Property Size As Double
[C#]
public double Size {get; set;}
[C++]
HRESULT get_Size(
System.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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Size is the size in points (approx. 1/72 inch) for an ITextSymbol .
See Also
ITextSymbol Interface
.NET Samples
Control text symbols using the SymbologyControl (Code Files:
TextSymbols) |
RSS weather GraphicTracker (Code Files:
RSSWeather) |
Creating a toolbar of globe tools (Code Files:
TextElement) |
Play back tracking data (Code Files:
PlaybackDataButton)
.NET Related Topics
Building a map viewing application using the ArcGIS Engine controls