GrapeCity MultiRow Windows Forms Documentation
Color Property


Gets or sets the line color.
Syntax
<SRDescriptionAttribute("Indicates the color of Line in GcMultiRow.")>
<SRCategoryAttribute("Appearance")>
Public Property Color As Color
Dim instance As Line
Dim value As Color
 
instance.Color = value
 
value = instance.Color
[SRDescription("Indicates the color of Line in GcMultiRow.")]
[SRCategory("Appearance")]
public Color Color {get; set;}

Property Value

A System.Drawing.Color value that represents the color of this Line.
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

Line Structure
Line Members

 

 


Copyright © GrapeCity, inc. All rights reserved.