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


IStyleGalleryClass.PreviewRatio Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  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