GrapeCity MultiRow Windows Forms Documentation
UseSmoothingLine Property (ShapeRenderer)


Gets or sets a value indicating whether to use a smoothing line to enhance rendering quality.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether use smoothing lines to enhance rendering quality.")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Appearance")>
Public Property UseSmoothingLine As Boolean
Dim instance As ShapeRenderer
Dim value As Boolean
 
instance.UseSmoothingLine = value
 
value = instance.UseSmoothingLine
[DefaultValue()]
[SRDescription("Indicates whether use smoothing lines to enhance rendering quality.")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Appearance")]
public bool UseSmoothingLine {get; set;}

Property Value

true if the component uses a smoothing line to enhance rendering quality; otherwise, false. The default is false.
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.