ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / GraphicKind Property

In This Topic
    GraphicKind Property
    In This Topic
    Gets or sets the kind of graphic shown by the current legend item. If a layer or style is associated with this item, the value of this property is determined by it and cannot be changed.
    Syntax
    'Declaration
     
    Public Property GraphicKind As LegendLayerStyleItem.GraphicKindEnum
    public LegendLayerStyleItem.GraphicKindEnum GraphicKind {get; set;}
    See Also