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

In This Topic
    ItemStyle Property
    In This Topic
    Gets the default item style.

    Note: the set accessor is for serialization only, and should not be used directly.

    Syntax
    'Declaration
     
    Public Property ItemStyle As InlineKmlItemStyle
    public InlineKmlItemStyle ItemStyle {get; set;}
    See Also