GrapeCity MultiRow Windows Forms Documentation
LineColor Property (ShapeRenderer)


Gets or sets the color of the line.
Syntax
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the color of the line.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<DefaultValueAttribute()>
Public Property LineColor As Color
Dim instance As ShapeRenderer
Dim value As Color
 
instance.LineColor = value
 
value = instance.LineColor
[SRCategory("Appearance")]
[SRDescription("Indicates the color of the line.")]
[RefreshProperties(RefreshProperties.Repaint)]
[DefaultValue()]
public Color LineColor {get; set;}

Property Value

A System.Drawing.Color value that represents the color of this ShapeRenderer. The default is Color.Black.
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

ShapeRenderer Class
ShapeRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.