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


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

IPictureFillSymbol.YScale Property

Scale of picture fill along Y-axis.

[Visual Basic .NET]
Public Property YScale As Double
[C#]
public double YScale {get; set;}
[C++]
HRESULT get_YScale(
  System.Double* YScale
);
[C++]
HRESULT put_YScale(
  double YScale
);
[C++]
Parameters
YScale [out, retval]

YScale is a parameter of type double* YScale [in]
YScale is a parameter of type double

Product Availability

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

Description

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

See Also

IPictureFillSymbol Interface