GrapeCity MultiRow Windows Forms Documentation
LineStyle Property (ShapeRenderer)


Gets or sets the style of the line.
Syntax
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ShapeBorderLineStyleEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the style of the line.")>
Public Property LineStyle As ShapeLineStyle
Dim instance As ShapeRenderer
Dim value As ShapeLineStyle
 
instance.LineStyle = value
 
value = instance.LineStyle
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ShapeBorderLineStyleEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[SRCategory("Appearance")]
[SRDescription("Indicates the style of the line.")]
public ShapeLineStyle LineStyle {get; set;}

Property Value

One of the ShapeLineStyle values. Default is ShapeLineStyle.Thin
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of ShapeLineStyle values.
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.