←Select platform

StrokeLineJoin Property

Summary

Gets or sets the AnnStrokeLineJoin style for the ends of two consecutive lines drawn with this AnnStroke object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnStrokeLineJoin StrokeLineJoin { get; set; } 
Public Property StrokeLineJoin As AnnStrokeLineJoin 
@property (nonatomic) LTAnnStrokeLineJoin strokeLineJoin; 
public AnnStrokeLineJoin getStrokeLineJoin() 
public void setStrokeLineJoin(AnnStrokeLineJoin strokeLineJoin) 
public:  
   property AnnStrokeLineJoin^ StrokeLineJoin 
   { 
      AnnStrokeLineJoin^ get() 
      void set(AnnStrokeLineJoin^ value) 
   } 

Property Value

The AnnStrokeLineJoin style for the ends of two consecutive lines drawn with this AnnStroke object.

Requirements

Target Platforms

See Also

Reference

AnnStroke Class

AnnStroke Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly