←Select platform

IsReversed Property

Summary

Indicates whether the object has been reversed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsReversed { get; } 
Public ReadOnly Property IsReversed As Boolean 
public bool IsReversed {get;} 
@property (nonatomic,readonly) BOOL isReversed; 
public boolean isReversed() 
 get_IsReversed();  
public:  
   property bool IsReversed 
   { 
      bool get() 
   } 

Property Value

true if the object has been reversed; false otherwise.

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