VectorGraphicsLabel Property |
Gets or sets the text graphics used to render the vector label.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TextGraphics Label { get; set; }
Public Property Label As TextGraphics
Get
Set
public:
property TextGraphics^ Label {
TextGraphics^ get ();
void set (TextGraphics^ value);
}
member Label : TextGraphics with get, set
Property Value
Type:
TextGraphicsSee Also