Intersoft ClientUI Documentation
TextMargin Property (DragDropTooltip)



Gets or sets the outer margin of text element.
Syntax
<CategoryAttribute("Layout Settings")>
Public Overridable Property TextMargin As Thickness
Dim instance As DragDropTooltip
Dim value As Thickness
 
instance.TextMargin = value
 
value = instance.TextMargin
[CategoryAttribute("Layout Settings")]
public virtual Thickness TextMargin {get; set;}
[CategoryAttribute("Layout Settings")]
public:
virtual property Thickness TextMargin {
   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

DragDropTooltip Class
DragDropTooltip Members

Send Feedback