Spread Windows Forms 6.0 Product Documentation
Padding Property
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelArea Class : Padding Property


Glossary Item Box

Gets or sets the amount of extra space around the text.

Syntax

Visual Basic (Declaration) 
Public Property Padding As PaddingF
Visual Basic (Usage)Copy Code
Dim instance As LabelArea
Dim value As PaddingF
 
instance.Padding = value
 
value = instance.Padding
C# 
public PaddingF Padding {get; set;}

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException Padding on any edge is less than zero or greater than 1584.

Remarks

Padding is measured in points.

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.