ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / KmlLayer Class / ItemTrackExpr Property

In This Topic
    ItemTrackExpr Property
    In This Topic
    Gets or sets an expression that determines whether a KML item's coordinates are used when calculating auto center/zoom. If this property is not specified, true is assumed.
    Syntax
    'Declaration
     
    Public Property ItemTrackExpr As String
    public string ItemTrackExpr {get; set;}
    See Also