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


IStyleGalleryClass.PreviewRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryClass Interface > IStyleGalleryClass.PreviewRatio Property
ArcGIS Developer Help

IStyleGalleryClass.PreviewRatio Property

The width ratio to 1 height.

[Visual Basic .NET]
Public ReadOnly Property PreviewRatio As Double
[C#]
public double PreviewRatio {get;}
[C++]
HRESULT get_PreviewRatio(
  System.Double* ratio
);
[C++]
Parameters
ratio [out, retval]

ratio is a parameter of type double*

Product Availability

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

See Also

IStyleGalleryClass Interface