Intersoft ClientUI Documentation
UseAutoMargin Property (UXCallOut)



Gets or sets a value that determine whether the auto margin calculation based on corner radius is used.
Syntax
<CategoryAttribute("Appearance")>
Public Property UseAutoMargin As AutoMarginType
Dim instance As UXCallOut
Dim value As AutoMarginType
 
instance.UseAutoMargin = value
 
value = instance.UseAutoMargin
[CategoryAttribute("Appearance")]
public AutoMarginType UseAutoMargin {get; set;}
[CategoryAttribute("Appearance")]
public:
property AutoMarginType UseAutoMargin {
   AutoMarginType get();
   void set (    AutoMarginType 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

UXCallOut Class
UXCallOut Members

Send Feedback