SolidGraphics.OutlineAppearance 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
GraphicsParameter<OutlineAppearance>
See Also