GrapeCity MultiRow Windows Forms Documentation
LineWidth Property (ShapeRenderer)


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

Property Value

A System.Int32 value that represents the line width of this ShapeRenderer. The default is 1.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value should greater than 0.
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.