SolidGraphicsScale Property |
Gets or sets a parameter defining the scale of the solid.
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 GraphicsParameter<Cartesian> Scale { get; set; }
Public Property Scale As GraphicsParameter(Of Cartesian)
Get
Set
public:
property GraphicsParameter<Cartesian>^ Scale {
GraphicsParameter<Cartesian>^ get ();
void set (GraphicsParameter<Cartesian>^ value);
}
member Scale : GraphicsParameter<Cartesian> with get, set
Property Value
Type:
GraphicsParameterCartesianSee Also