The drawing regions to render.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic IList<Tile> Tiles { get; set; }
Public Property Tiles As IList(Of Tile)
Get
Set
public:
property IList<Tile^>^ Tiles {
IList<Tile^>^ get ();
void set (IList<Tile^>^ value);
}
member Tiles : IList<Tile> with get, set
Property Value
Type:
IListTile
Remarks
See Also