Xceed Toolkit for Maui v2.0 Documentation
StrokeThickness Property (LineRenderer)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > LineRenderer Class : StrokeThickness Property
Gets or sets the thickness of the line connecting the LineRenderer's DataPointMarkers.
Syntax
'Declaration
 
Public Property StrokeThickness As Double
'Usage
 
Dim instance As LineRenderer
Dim value As Double
 
instance.StrokeThickness = value
 
value = instance.StrokeThickness
public double StrokeThickness {get; set;}
Remarks
The value of this property should be greater than 0.
Requirements

Target Platforms: Windows 11, Windows 10, 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

LineRenderer Class
LineRenderer Members