LegendItem.Attributes Property
Gets the set of attributes for the feature of this LegendItem.
Syntax
public AttributeSet Attributes { get; }
Property Value
Default: Empty attribute set.
An attribute set that will be associated to the feature created by this legend item.
Remarks
Two of the derived classes will ignore the attribute set.
ImageLegendItem, since it does not create any feature.
CustomLegendItem, since it has a list of features, each with its own attributes.
Platforms
Windows, Linux, Android