Intersoft ClientUI Documentation
TextMargin Property (UXStackItem)



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

UXStackItem Class
UXStackItem Members

Send Feedback