This document is archived and information here might be outdated. Recommended version. |
Indicates if a mosaic layer should be expanded or collapsed by default.
[Visual Basic .NET]
Public Property MosaicLayerIsExpanded As Boolean
[C#]
public bool MosaicLayerIsExpanded {get; set;}
[C++]
HRESULT get_MosaicLayerIsExpanded(
VARIANT_BOOL pIsExpanded
);
[C++]
HRESULT put_MosaicLayerIsExpanded(
Boolean* pIsExpanded
);
[C++] Parameters pIsExpanded [in]
pIsExpanded is a parameter of type bool pIsExpanded [out, retval]
pIsExpanded is a parameter of type bool*