Leadtools.Annotations.Core.AnnRenderState = function() { };
Leadtools.Annotations.Core.AnnRenderState.prototype = {
none = 0,
lock = 1,
content = 2,
label = 4,
all = 7,
};
Value | Member | Description |
---|---|---|
0 | none | Do not render any of the states. |
1 | lock | Render the lock picture. |
2 | content | Render the content picture. |
4 | label | Render the object labels. |
7 | all | Render all (lock, content and labels). |
Used with AnnRenderingEngine.RenderState to control which of these state are rendered.