Default Constructor
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GdxAnnotationLine(
Object value,
Brush stroke,
double strokeThickness,
bool isDashed,
GdxAnnotationOrientation orientation
) |
Visual Basic |
---|
Public Sub New ( _
value As Object, _
stroke As Brush, _
strokeThickness As Double, _
isDashed As Boolean, _
orientation As GdxAnnotationOrientation _
) |
Parameters
- value
- Type: System..::..Object
- stroke
- Type: System.Windows.Media..::..Brush
- strokeThickness
- Type: System..::..Double
- isDashed
- Type: System..::..Boolean
- orientation
- Type: Ico.Gdx..::..GdxAnnotationOrientation
See Also