ASP.NET CellSpacing అంశం

నిర్వచనం మరియు వినియోగం

CellSpacing అంశం యొక్క పిక్సెల్స్ ని పొందడానికి లేదా అమర్చడానికి ఉపయోగించబడుతుంది కంపొత్తులు లోపల.

ప్రక్కనా పెట్టుట:ఈ ఫంక్షన్ రిపీట్లే అట్టికేజ్ అంశాన్ని "పట్టిక" గా సెట్ చేయబడినప్పుడు మాత్రమే చల్లబడుతుంది (అప్రమేయం).

వినియోగం

<asp:RadioButtonList CellSpacing="pixels" runat="server">
కొన్ని విషయాలు
</asp:RadioButtonList >
అంశం వివరణ
పిక్సెల్స్ పట్టిక కంపొత్తుల మధ్య పిక్సెల్స్ నిర్ధారించుము.

ఉదాహరణ

క్రింది ఉదాహరణ RadioButtonList కంట్రోల్ యొక్క CellSpacing అంశాన్ని అమర్చుతుంది:

<form runat="server">
<asp:RadioButtonList id="rb1" runat="server"> CellSpacing="15">
కొన్ని విషయాలు
</asp:RadioButtonList>
</form>

ఉదాహరణ

RadioButtonList కంట్రోల్ యొక్క CellSpacing అంశాన్ని అమర్చుము