Intersoft ClientUI Documentation
BoxMargin Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXCheckBox Class : BoxMargin Property






Gets or sets the value that indicates the outer spacing of the box element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property BoxMargin As Thickness
Visual Basic (Usage)Copy Code
Dim instance As UXCheckBox
Dim value As Thickness
 
instance.BoxMargin = value
 
value = instance.BoxMargin
C# 
[CategoryAttribute("Layout")]
public Thickness BoxMargin {get; set;}
Delphi 
public read-write property BoxMargin: Thickness; 
JScript 
CategoryAttribute("Layout")
public function get,set BoxMargin : Thickness
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
public: __property Thickness get_BoxMargin();
public: __property void set_BoxMargin( 
   Thickness value
);
C++/CLI 
[CategoryAttribute("Layout")]
public:
property Thickness BoxMargin {
   Thickness get();
   void set (    Thickness value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.