This document is archived and information here might be outdated.  Recommended version.


ICartographicMarkerSymbol.XScale Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ICartographicMarkerSymbol.XScale Property

Symbol scale along X-axis.

[Visual Basic .NET]
Public Property XScale As Double
[C#]
public double XScale {get; set;}
[C++]
HRESULT get_XScale(
  double* XScale
);
[C++]
HRESULT put_XScale(
  double XScale
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Scales the width of the Marker.

See Also

ICartographicMarkerSymbol Interface