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



Gets or sets the distance (in pixels) between cells.

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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