Intersoft ClientUI Documentation
BoxMargin Property (UXRadioButton)



Gets or sets the value that indicates the outer spacing of the box element.
Syntax
<CategoryAttribute("Layout")>
Public Property BoxMargin As Thickness
Dim instance As UXRadioButton
Dim value As Thickness
 
instance.BoxMargin = value
 
value = instance.BoxMargin
[CategoryAttribute("Layout")]
public Thickness BoxMargin {get; set;}
[CategoryAttribute("Layout")]
public:
property Thickness BoxMargin {
   Thickness get();
   void set (    Thickness value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRadioButton Class
UXRadioButton Members

Send Feedback