Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / InlineMarkerStyle Class / Key Property

In This Topic
    Key Property (InlineMarkerStyle)
    In This Topic
    Unique string identifying the layer. May be used as the layer's name in C1Maps so should be a valid id (alpha-numeric starting with a letter).

    NOTE: the set accessor is for serialization ONLY. This property must NOT be changed.

    Syntax
    'Declaration
     
    Public Property Key As String
    public string Key {get; set;}
    See Also