←Select platform

SelectionStroke Property

Summary
Gets or sets the stroke to use when drawing the frame of this object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnStroke SelectionStroke { get; set; } 
@property (nonatomic, strong, nullable) LTAnnStroke *selectionStroke; 
public AnnStroke getSelectionStroke() 
public void setSelectionStroke(AnnStroke stroke) 
public:  
   property AnnStroke^ SelectionStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 
SelectionStroke # get and set (AnnObject) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.