ReferenceFrameGraphicsPositiveX Property |
Gets or sets the positive x-axis graphics
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 VectorGraphics PositiveX { get; set; }
Public Property PositiveX As VectorGraphics
Get
Set
public:
property VectorGraphics^ PositiveX {
VectorGraphics^ get ();
void set (VectorGraphics^ value);
}
member PositiveX : VectorGraphics with get, set
Property Value
Type:
VectorGraphicsSee Also