GrapeCity MultiRow Windows Forms Documentation
All Property (Border)


Gets or sets the Line for outline sides. This property is obsolete, use Outline instead.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property All As Line
Dim instance As Border
Dim value As Line
 
instance.All = value
 
value = instance.All
[RefreshProperties(RefreshProperties.All)]
public Line All {get; set;}

Property Value

A Line value for outline lines if they are the same; otherwise, returns Line.Empty.
Remarks
This property is obsolete, use Outline instead.
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

Border Class
Border Members
Outline Property

 

 


Copyright © GrapeCity, inc. All rights reserved.