SolidGraphics.BackLineColor Property |
Gets or sets a parameter defining the colors of the back lines of the solid.
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 GraphicsParameter<Color> BackLineColor { get; set; }
Public Property BackLineColor As GraphicsParameter(Of Color)
Get
Set
public:
property GraphicsParameter<Color>^ BackLineColor {
GraphicsParameter<Color>^ get ();
void set (GraphicsParameter<Color>^ value);
}
member BackLineColor : GraphicsParameter<Color> with get, set
Property Value
Type:
GraphicsParameter<Color>
See Also