Gets or sets the restriction mode for this AnnLabel.
public AnnLabelRestriction RestrictionMode { get; set; }
Public Property RestrictionMode As Leadtools.Annotations.Core.AnnLabelRestriction
public Leadtools.Annotations.Core.AnnLabelRestriction RestrictionMode {get; set;}
@property (nonatomic) AnnLabelRestriction restrictionMode;
public int getRestrictionMode()
public void setRestrictionMode(int annLabelRestriction)
get_RestrictionMode();
set_RestrictionMode(value);
Object.defineProperty('RestrictionMode');
public:
property AnnLabelRestriction^ RestrictionMode
{
AnnLabelRestriction^ get()
void set(AnnLabelRestriction^ value)
}
The restriction mode for this AnnLabel. Default value is AnnLabelRestriction.None.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET