A class representing an individual label. Note that fonts, colors, etc are all set for each label individually.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Class RenderableLabelLayer.LabelItem
C#
public class RenderableLabelLayer.LabelItem
C++
ref class RenderableLabelLayer.LabelItem
J#
public class RenderableLabelLayer.LabelItem
JScript
public class RenderableLabelLayer.LabelItem

Inheritance Hierarchy

System.Object
   MapWinView.RenderableLabelLayer.LabelItem

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also