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