PowerWEB LiveControls for ASP.NET
CellPadding Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveRadioButtonList Class : CellPadding Property



Gets or sets the distance (in pixels) between the border and contents of the cell.

Syntax

Visual Basic (Declaration) 
Public Overrides Property CellPadding As Integer
Visual Basic (Usage)Copy Code
Dim instance As LiveRadioButtonList
Dim value As Integer
 
instance.CellPadding = value
 
value = instance.CellPadding
C# 
public override int CellPadding {get; set;}
C++/CLI 
public:
property int CellPadding {
   int get() override;
   void set (    int value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.RadioButtonListClass.CellPadding.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.