ESRI.ArcGIS.ADF.Web.UI.WebControls
Padding Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > AutoExpandButton Class : Padding Property




Padding to be added to the calculated pixel width of the Text property in order to cater for deviations in System.Graphics.MeasureString()

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
Public Property Padding As Integer
Visual Basic (Usage)Copy Code
Dim instance As AutoExpandButton
Dim value As Integer
 
instance.Padding = value
 
value = instance.Padding
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
public int Padding {get; set;}

See Also

© 2010 All Rights Reserved.