←Select platform

StrokeDashCap Property

Summary

Gets or sets the AnnStrokeLineCap style used at the end of the dashes that make up dashed lines drawn with this AnnStroke object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnStrokeLineCap StrokeDashCap { get; set; } 
Public Property StrokeDashCap As Leadtools.Annotations.Core.AnnStrokeLineCap 
public Leadtools.Annotations.Core.AnnStrokeLineCap StrokeDashCap {get; set;} 
@property (nonatomic) LTAnnStrokeLineCap strokeDashCap; 
public AnnStrokeLineCap getStrokeDashCap() 
public void setStrokeDashCap(AnnStrokeLineCap strokeDashCap) 
             
  
get_StrokeDashCap(); 
set_StrokeDashCap(value); 
Object.defineProperty('StrokeDashCap');  
public:  
   property AnnStrokeLineCap^ StrokeDashCap 
   { 
      AnnStrokeLineCap^ get() 
      void set(AnnStrokeLineCap^ value) 
   } 

Property Value

An AnnStrokeLineCap style used at the end of the dashes that make up dashed 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