←Select platform

RestrictionRectangle Property

Summary

Gets or sets the uiser restriction rectangle for this AnnLabel.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRectD RestrictionRectangle { get; set; } 
Public Property RestrictionRectangle As Leadtools.LeadRectD 
public Leadtools.LeadRectD RestrictionRectangle {get; set;} 
@property (nonatomic) LeadRectD restrictionRectangle; 
public LeadRectD getRestrictionRectangle() 
public void setRestrictionRectangle(LeadRectD rc) 
             
  
get_RestrictionRectangle(); 
set_RestrictionRectangle(value); 
Object.defineProperty('RestrictionRectangle');  
public:  
   property LeadRectD^ RestrictionRectangle 
   { 
      LeadRectD^ get() 
      void set(LeadRectD^ value) 
   } 

Property Value

The user restriction rectangle for this AnnLabel. Default value is an empty Leadtools.LeadRectD.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel 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