PaddingTop Property
Gets or sets a value (in pixels) that specifies additional padding above this LegendEntry object.
Syntax
'Declaration Public Property PaddingTop As Integer
'Usage Dim instance As LegendEntry Dim value As Integer instance.PaddingTop = value value = instance.PaddingTop
public int PaddingTop {get; set;}
Remarks
This property is useful when the LegendEntry is a header and starts a new group of entries. Additional spacing may be required between the groups to accentuate the separation between groups.
Example
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