MapStyleSheetEntries.Point Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JSON entry name that represents all point features that are rendered with an icon of some sort.
public:
static property Platform::String ^ Point { Platform::String ^ get(); };
static winrt::hstring Point();
public static string Point { get; }
var string = MapStyleSheetEntries.point;
Public Shared ReadOnly Property Point As String
Property Value
The JSON entry name that represents all point features that are rendered with an icon of some sort.