ComponentOne Chart for WPF and Silverlight
StrokeThickness Property (FrameworkElement3D)


C1.WPF.C1Chart Namespace > FrameworkElement3D Class : StrokeThickness Property
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Public Property StrokeThickness As System.Double
'Usage
 
Dim instance As FrameworkElement3D
Dim value As System.Double
 
instance.StrokeThickness = value
 
value = instance.StrokeThickness
[System.ComponentModel.TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public System.double StrokeThickness {get; set;}
See Also

Reference

FrameworkElement3D Class
FrameworkElement3D Members