public IDictionary<string,AnnLabel> Labels {get;}Public ReadOnly Property Labels As IDictionary(Of String,AnnLabel)public Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<string,AnnLabel> Labels {get;}@property (nonatomic,readonly) NSMutableDictionary* labels;public Map<String, AnnLabel> getLabels()public java.util.Map<String, AnnLabel> getLabels()
get_Labels();A dictionary of the AnnLabel objects used by this AnnObject.
By default, AnnObject creates a default AnnLabel object with AnnLabel.IsVisible set to false and adds it to Labels with key name equals to "AnnObjectName".
using Leadtools.Annotations.Automation;using Leadtools.Annotations.Core;using Leadtools.Codecs;using Leadtools.Annotations.WinForms;public void AnnObject_Labels(){double inch = 720.0;// Get the containerAnnContainer container = _automation.Container;// Add a blue on yellow rectangle from 1in 1in to 2in 2inAnnRectangleObject rectObj = new AnnRectangleObject();rectObj.Rect = LeadRectD.Create(1 * inch, 1 * inch, 1 * inch, 1 * inch);rectObj.Stroke = AnnStroke.Create(AnnSolidColorBrush.Create("Blue"), LeadLengthD.Create(1));rectObj.Fill = AnnSolidColorBrush.Create("Yellow");rectObj.Hyperlink = "https://www.leadtools.com/downloads/demos.htm";// Update the object name labelAnnLabel label = rectObj.Labels["AnnObjectName"];label.IsVisible = true;label.Offset = LeadPointD.Create(-100, -25);label.Foreground = AnnSolidColorBrush.Create("white");label.Background = AnnSolidColorBrush.Create("rgba(0, 0, 0, 0.5)");label.Text = "My object";// Add it to the containercontainer.Children.Add(rectObj);_automation.Invalidate(LeadRectD.Empty);}
using Leadtools.Converters;using Leadtools.Annotations.Automation;using Leadtools.Controls;using Leadtools.Annotations.Core;using Leadtools.Codecs;public void AnnObject_Labels(){double inch = 720.0;// Get the containerAnnContainer container = _automation.Container;// Add a blue on yellow rectangle from 1in 1in to 2in 2inAnnRectangleObject rectObj = new AnnRectangleObject();rectObj.Rect = LeadRectDHelper.Create(1 * inch, 1 * inch, 1 * inch, 1 * inch);rectObj.Stroke = AnnStroke.Create(AnnSolidColorBrush.Create("Blue"), LeadLengthDHelper.Create(1));rectObj.Fill = AnnSolidColorBrush.Create("Yellow");rectObj.Hyperlink = "https://www.leadtools.com/downloads/demos.htm";// Update the object name labelAnnLabel label = rectObj.Labels["AnnObjectName"];label.IsVisible = true;label.Offset = LeadPointDHelper.Create(-100, -25);label.Foreground = AnnSolidColorBrush.Create("white");label.Background = AnnSolidColorBrush.Create("rgba(0, 0, 0, 0.5)");label.Text = "My object";// Add it to the containercontainer.Children.Add(rectObj);_automation.Invalidate(LeadRectDHelper.Empty);}
|
Products |
Support |
Feedback: Labels Property (AnnObject) - Leadtools.Annotations.Core |
Introduction |
Help Version 19.0.2017.3.22
|

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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.