DefaultEntry Property
Gets or sets a LegendEntry that behaves as a vehicle for property settings that will propagate to all entries in this LegendBox.
Syntax
'Declaration Public Property DefaultEntry As LegendEntry
'Usage Dim instance As LegendBox Dim value As LegendEntry instance.DefaultEntry = value value = instance.DefaultEntry
public LegendEntry DefaultEntry {get; set;}
Remarks
The property settings of this object will not overwrite properties explicitly set for any given LegendEntry.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also