←Select platform

SelectionStroke Property

Summary

Gets or sets the stroke to use when drawing the frame of this object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnStroke SelectionStroke { get; set; } 
Public Property SelectionStroke As Leadtools.Annotations.Core.AnnStroke 
public Leadtools.Annotations.Core.AnnStroke SelectionStroke {get; set;} 
@property (nonatomic) LTAnnStroke* selectionStroke; 
public AnnStroke getSelectionStroke() 
public void setSelectionStroke(AnnStroke stroke) 
             
  
get_SelectionStroke(); 
set_SelectionStroke(value); 
Object.defineProperty('SelectionStroke');  
public:  
   property AnnStroke^ SelectionStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

The AnnStroke to use when drawing the frame of this object. The default value is a dark green solid stroke.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject 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