SolidGraphicsOutlineAppearance Property |
Gets or sets a parameter defining the solid outline appearance.
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<OutlineAppearance> OutlineAppearance { get; set; }
Public Property OutlineAppearance As GraphicsParameter(Of OutlineAppearance)
Get
Set
public:
property GraphicsParameter<OutlineAppearance>^ OutlineAppearance {
GraphicsParameter<OutlineAppearance>^ get ();
void set (GraphicsParameter<OutlineAppearance>^ value);
}
member OutlineAppearance : GraphicsParameter<OutlineAppearance> with get, set
Property Value
Type:
GraphicsParameterOutlineAppearanceSee Also