Back to Devexpress

RepositoryItemRadioGroup.Padding Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-f1b108ca.md

latest1.3 KB
Original Source

RepositoryItemRadioGroup.Padding Property

Gets or sets the amount of empty space between the control’s bounds and radio items.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding Padding { get; set; }
vb
<DXCategory("Appearance")>
Public Property Padding As Padding

Property Value

TypeDescription
Padding

A value that specifies the amount of empty space around radio items.

|

See Also

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace