Intersoft ClientUI Documentation
InsideHorizontal Property



Syntax
Public Property InsideHorizontal As BorderStyleDefinition
Dim instance As TableBorderStyle
Dim value As BorderStyleDefinition
 
instance.InsideHorizontal = value
 
value = instance.InsideHorizontal
public BorderStyleDefinition InsideHorizontal {get; set;}
public:
property BorderStyleDefinition^ InsideHorizontal {
   BorderStyleDefinition^ get();
   void set (    BorderStyleDefinition^ 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

TableBorderStyle Class
TableBorderStyle Members

Send Feedback