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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
ILinkGraphicsServiceLinkGraphics
See Also