SolidGraphicsBackLineWidth Property |
Gets or sets a parameter defining the width of the back lines 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<float> BackLineWidth { get; set; }
Public Property BackLineWidth As GraphicsParameter(Of Single)
Get
Set
public:
property GraphicsParameter<float>^ BackLineWidth {
GraphicsParameter<float>^ get ();
void set (GraphicsParameter<float>^ value);
}
member BackLineWidth : GraphicsParameter<float32> with get, set
Property Value
Type:
GraphicsParameterSingleSee Also