LinkGraphicsExtensionLinkGraphics Property |
Gets or sets the graphics describing the line.
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 LineGraphics LinkGraphics { get; set; }
Public Property LinkGraphics As LineGraphics
Get
Set
public:
virtual property LineGraphics^ LinkGraphics {
LineGraphics^ get () sealed;
void set (LineGraphics^ value) sealed;
}
abstract LinkGraphics : LineGraphics with get, set
override LinkGraphics : LineGraphics with get, set
Property Value
Type:
LineGraphicsImplements
ILinkGraphicsServiceLinkGraphicsSee Also