←Select platform

SupportsSelectionStroke Property

Summary

Indicates if this object supports a selection stroke.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public override bool SupportsSelectionStroke { get; } 
Public Overrides ReadOnly Property SupportsSelectionStroke As Boolean 
public override bool SupportsSelectionStroke {get;} 
@property (nonatomic,readonly) BOOL supportsSelectionStroke; 
@Override public boolean getSupportsSelectionStroke() 
 get_SupportsSelectionStroke();  
public:  
   virtual property bool SupportsSelectionStroke 
   { 
      bool get() override 
   } 

Property Value

This implementation returns true since this object type supports selection a stroke.

Remarks

Refer to SelectionStroke for more information.

Requirements

Target Platforms

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