←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
Java
Objective-C
WinRT C#
C++
public AnnStrokeLineJoin StrokeLineJoin { get; set; } 
Public Property StrokeLineJoin As Leadtools.Annotations.Core.AnnStrokeLineJoin 
public Leadtools.Annotations.Core.AnnStrokeLineJoin StrokeLineJoin {get; set;} 
@property (nonatomic) LTAnnStrokeLineJoin strokeLineJoin; 
public AnnStrokeLineJoin getStrokeLineJoin() 
public void setStrokeLineJoin(AnnStrokeLineJoin strokeLineJoin) 
             
  
get_StrokeLineJoin(); 
set_StrokeLineJoin(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly