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


IPictureLineSymbol.XScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureLineSymbol Interface > IPictureLineSymbol.XScale Property
ArcGIS Developer Help

IPictureLineSymbol.XScale Property

Scale of picture along X-axis.

[Visual Basic .NET]
Public Property XScale As Double
[C#]
public double XScale {get; set;}
[C++]
HRESULT get_XScale(
  System.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

The XScale (horizontal) value of the bitmap image or emf file. XScale is specified as a percentage of the original file. The default XScale is 1.

See Also

IPictureLineSymbol Interface