Hi,
It seems that TabFeatureLayer-styling is not working on version 9, please check attached project file.
Regards,
Ben
ThinkkGeoSample.zip (75.2 KB)
Styling TabFeatureLayer
Hi Ben,
Thanks for your sample. In the version 9 the TabFeatureLayer styling had been enhanced. It supports the EmbeddedStyling and StandardStyling. Please setting the StylingType property of TabFeatureLayer as the following:
layer.StylingType = TabStylingType.StandardStyling;
Hope it’s helpful.
Thanks,
Peter
Hi Ben,
Thanks for your sample. In the version 9 the TabFeatureLayer styling had been enhanced. It supports the EmbeddedStyling and StandardStyling. Please setting the StylingType property of TabFeatureLayer as the following:
layer.StylingType = TabStylingType.StandardStyling;
Hope it’s helpful.
Thanks,
Peter