AxesGraphicsParameter.InAxes Property |
Gets or sets the
Axes to observe in.
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 Axes InAxes { get; set; }
Public Property InAxes As Axes
Get
Set
public:
property Axes^ InAxes {
Axes^ get ();
void set (Axes^ value);
}
member InAxes : Axes with get, set
Property Value
Type:
Axes
See Also