Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnLabel Class : RestrictionMode Property |
public AnnLabelRestriction RestrictionMode {get; set;}
'Declaration
Public Property RestrictionMode As AnnLabelRestriction
public AnnLabelRestriction RestrictionMode {get; set;}
@property (nonatomic) AnnLabelRestriction restrictionMode;
public int getRestrictionMode() public void setRestrictionMode(int annLabelRestriction)
get_RestrictionMode();
set_RestrictionMode(value);
Object.defineProperty('RestrictionMode');
RestrictionMode is used by IAnnLabelRenderer.RenderLabel when the label is rendered to control if and how to restrict the label into a specified area.
If the value of RestrictionMode is AnnLabelRestriction.RestrictToUserRect, then the rectangle value must be set in RestrictionRectangle.