←Select platform

CanBringLayerToFront Property

Summary

Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be brought up the z-order.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public bool CanBringLayerToFront {get;}
Public ReadOnly Property CanBringLayerToFront As Boolean
public bool CanBringLayerToFront {get;}
@property (nonatomic,readonly) BOOL canBringLayerToFront;
public boolean canBringLayerToFront()
get_CanBringLayerToFront();

Property Value

true if this AnnAutomation is in a state where a layer can be brought up the z-order; otherwise, false.

Remarks

AnnAutomation can bring a layer up the z-order if a layer is selected using SelectLayer and this layer contain a hierarchy that allows this operation.

To bring a layer up the z-order, use BringLayerToFront.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize